|
|
|
|
Location:
SHGAPI.H
Link against: sheng.lib
class TShgWorkSheetIter;
An iterator over the worksheets in a workbook.
Defined in TShgWorkSheetIter:
Current(), Reset(), TShgWorkSheetIter(), operator++()
IMPORT_C TShgWorkSheetIter(const CShgWorkBook *aWorkBook);
Constructor.
|
IMPORT_C const CShgWorkSheet *Current();
Gets the iterator's current worksheet.
|
IMPORT_C const CShgWorkSheet *operator++();
Increments the iterator.
|