Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / CustomNames Property


In This Topic
    CustomNames Property (Workbook)
    In This Topic
    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