
|   |  | |
Location: 
            SHGAPI.H
            
Link against: sheng.lib
            
         
class CShgProtectionIter : public CBase;
An iterator over the protected or unprotected cell ranges in a worksheet.
CBase - Base class for all classes to be instantiated on the heap
            CShgProtectionIter - An iterator over the protected or unprotected cell ranges in a worksheet
            Defined in CShgProtectionIter:
            Current(), NewL(), Reset(), operator++(), ~CShgProtectionIter()
            
         
Inherited from CBase:
            Delete(),
            Extension_(),
            operator new()
static IMPORT_C CShgProtectionIter *NewL(const CShgWorkSheet *aWorkSheet, TBool aProtectionSetting);
Allocates and constructs a protected cells iterator.
| 
 | 
| 
 | 
IMPORT_C const TRangeRef *Current();
Gets the iterator's current cell range.
| 
 | 
IMPORT_C const TRangeRef *operator++();
Increments the iterator.
| 
 |