Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / CustomNames Property
Example


In This Topic
    CustomNames Property (Worksheet)
    In This Topic
    Gets all custom names.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomNames As String()
    'Usage
     
    Dim instance As Worksheet
    Dim value() As String
     
    value = instance.CustomNames
    public string[] CustomNames {get;}
    Example
    This example uses the CustomNames property.
    See Also