Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SHGAPI.H>
Link against: sheng.lib
This item is not part of the S60 5th Edition SDK

Class TShgWorkSheetIter

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

const CShgWorkBook *aWorkBook

Workbook to iterate

[Top]


Member functions


Reset()

Interface status: deprecated Inherited from: TShgWorkSheetIter

IMPORT_C void Reset();

Description

Resets the iterator to the start of the workbook.


Current()

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.


operator++()

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.