GrapeCity.Xaml.SpreadSheet.Data
CustomNames Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : CustomNames Property
Gets the custom names.
Syntax
'Declaration
 
Public ReadOnly Property CustomNames As String()
'Usage
 
Dim instance As Workbook
Dim value() As String
 
value = instance.CustomNames
public string[] CustomNames {get;}
See Also

Reference

Workbook Class
Workbook Members