Spread Silverlight Documentation
CustomNames Property (Workbook)


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

Reference

Workbook Class
Workbook Members