[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCustomNameEnumerator

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
Type Description
IEnumerator

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
Type Description
IEnumerator