#include <SHGAPI.H>
Link against:
sheng.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class TShgWorkSheetIter;
Description
An iterator over the worksheets in a workbook.
Members
Defined in TShgWorkSheetIter
:
Construction and destruction
TShgWorkSheetIter(const CShgWorkBook *)
Interface status: |
deprecated |
Inherited from: TShgWorkSheetIter |
IMPORT_C TShgWorkSheetIter(const CShgWorkBook *aWorkBook);
Description
Constructor.
Parameters
Interface status: |
deprecated |
Inherited from: TShgWorkSheetIter |
IMPORT_C void Reset();
Description
Resets the iterator to the start of the workbook.
Interface status: |
deprecated |
Inherited from: TShgWorkSheetIter |
IMPORT_C const CShgWorkSheet* Current();
Description
Gets the iterator's current worksheet.
Return value
const CShgWorkSheet * |
Iterator's current worksheet. This is NULL when the iteration has completed.
|
|
Interface status: |
deprecated |
Inherited from: TShgWorkSheetIter |
IMPORT_C const CShgWorkSheet* operator++();
Description
Increments the iterator.
Return value
const CShgWorkSheet * |
Incremented iterator's current worksheet. This is NULL when the iteration has completed.
|
|