[]
Gets the ITableRange enumerator.
public IEnumerator GetTableEnumerator(bool crossSheet)
Public Function GetTableEnumerator(crossSheet As Boolean) As IEnumerator
Type | Name | Description |
---|---|---|
bool | crossSheet | Gets the enumerator from the cross-sheet if it is true; otherwise, only from current SheetView object |
Type | Description |
---|---|
IEnumerator | An IEnumerator |