|
|
|
|
Location:
SHGAPI.H
Link against: sheng.lib
class TShgCellIter;
An iterator over a range of cells.
The iterator wraps around between the start and end cells.
Defined in TShgCellIter:
Current(), EStartPointFirst, EStartPointLast, SetToFirst(), SetToLast(), TShgCellIter(), TStartPoint, operator++(), operator--()
IMPORT_C TShgCellIter(const CShgWorkSheet *aWorkSheet, const TRangeRef &aRange, TStartPoint aStartPoint=EStartPointFirst);
Constructor.
|
inline TShgCell *Current();
Gets the iterator's current cell.
|
IMPORT_C TShgCell *operator++();
Increments the iterator, and then returns the current cell.
|
IMPORT_C TShgCell *operator--();
Decrements the iterator, and then returns the current cell.
|
TStartPoint
Flags for the iterator starting point.
|