GetCustomNameEnumerator Method
GetCustomNameEnumerator(bool)
Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
Declaration
public IEnumerator GetCustomNameEnumerator(bool sheetViewScope)
Public Function GetCustomNameEnumerator(sheetViewScope As Boolean) As IEnumerator
Parameters
Type |
Name |
Description |
bool |
sheetViewScope |
|
Returns
GetCustomNameEnumerator()
Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
Declaration
public IEnumerator GetCustomNameEnumerator()
Public Function GetCustomNameEnumerator() As IEnumerator
Returns