[]
Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
public IEnumerator GetCustomNameEnumerator(bool sheetViewScope)
Public Function GetCustomNameEnumerator(sheetViewScope As Boolean) As IEnumerator
Type | Name | Description |
---|---|---|
bool | sheetViewScope |
Type | Description |
---|---|
IEnumerator | An IEnumerator object. |
Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
public IEnumerator GetCustomNameEnumerator()
Public Function GetCustomNameEnumerator() As IEnumerator
Type | Description |
---|---|
IEnumerator | An IEnumerator object. |