|
||
Interface status: | deprecated |
class CShgAdditionalDataIter : public CBase;
An iterator over cell additional data objects in a worksheet.
CBase
-
Base class for all classes to be instantiated on the heap.
CShgAdditionalDataIter
- An iterator over cell additional data objects in a worksheet.
Defined in CShgAdditionalDataIter
:
CurrentL()
Gets the iterator's current additional data object.NewL(const CShgWorkSheet *)
Allocates and constructs a cell additional data objects iterator.NextL()
Increments the iterator.Reset()
Resets the iterator to the start of the worksheet. SAdditionalData
Represents an additional data object together with the range to which it applies...~CShgAdditionalDataIter()
Destructor. Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Interface status: | deprecated | Inherited from: CShgAdditionalDataIter |
IMPORT_C static CShgAdditionalDataIter* NewL(const CShgWorkSheet *aWorkSheet);
Allocates and constructs a cell additional data objects iterator.
|
|
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter |
IMPORT_C virtual ~CShgAdditionalDataIter();
Destructor.
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter |
IMPORT_C void Reset();
Resets the iterator to the start of the worksheet.
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter |
IMPORT_C const SAdditionalData* CurrentL();
Gets the iterator's current additional data object.
|
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter |
IMPORT_C const SAdditionalData* NextL();
Increments the iterator.
|
Interface status: | deprecated |
struct SAdditionalData;
Represents an additional data object together with the range to which it applies.
Defined in CShgAdditionalDataIter::SAdditionalData
:
iAdditionalData
Additional data object. iRangeRef
Range to which additional data applies. iRangeRef
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter::SAdditionalData |
TRangeRef iRangeRef;
Range to which additional data applies.
iAdditionalData
Interface status: | deprecated | Inherited from: CShgAdditionalDataIter::SAdditionalData |
const CShgCellAdditionalData * iAdditionalData;
Additional data object.