#include <SHGAPI.H>
Link against:
sheng.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class TShgCellIter;
Description
An iterator over a range of cells.
The iterator wraps around between the start and end cells.
Members
Defined in TShgCellIter
:
Construction and destruction
TShgCellIter(const CShgWorkSheet *,const TRangeRef &,TStartPoint)
Interface status: |
deprecated |
Inherited from: TShgCellIter |
IMPORT_C TShgCellIter(const CShgWorkSheet *aWorkSheet, const TRangeRef &aRange, TStartPoint aStartPoint=EStartPointFirst);
Description
Constructor.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCellIter |
IMPORT_C void SetToFirst();
Description
Sets the iterator to the first cell.
Interface status: |
deprecated |
Inherited from: TShgCellIter |
IMPORT_C void SetToLast();
Description
Sets the iterator to the last cell.
Interface status: |
deprecated |
Inherited from: TShgCellIter |
inline TShgCell* Current();
Description
Gets the iterator's current cell.
Return value
Interface status: |
deprecated |
Inherited from: TShgCellIter |
IMPORT_C TShgCell* operator++();
Description
Increments the iterator, and then returns the current cell.
Return value
TShgCell *
|
The current cell, after the increment
|
|
Interface status: |
deprecated |
Inherited from: TShgCellIter |
IMPORT_C TShgCell* operator--();
Description
Decrements the iterator, and then returns the current cell.
Return value
TShgCell *
|
The current cell, after the decrement.
|
|
Interface status: |
deprecated |
Inherited from: TShgCellIter |
TStartPoint
Description
Flags for the iterator starting point.