Location:
SHGAPI.H
Link against: sheng.lib
class CShgCellAdditionalData : public CBase;
Encapsulates cell formatting data.
CBase
- Base class for all classes to be instantiated on the heap
CShgCellAdditionalData
- Encapsulates cell formatting data
Defined in CShgCellAdditionalData
:
NewDeepCopyL()
, NewDefaultL()
, NewEmptyL()
, iCharFormatLayer
, iNumberFormat
, iParaFormatLayer
, ~CShgCellAdditionalData()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static IMPORT_C CShgCellAdditionalData *NewEmptyL();
Allocates and constructs an empty additional cell data object.
|
static IMPORT_C CShgCellAdditionalData *NewDefaultL();
Allocates and constructs an additional cell data object with default values.
|
static IMPORT_C CShgCellAdditionalData *NewDeepCopyL(const CShgCellAdditionalData *aCellData);
Allocates and constructs an additional cell data object as a copy of an existing object.
|
|
TShgNumberFormat * iNumberFormat;
Number format to apply to the cell.