Spread WPF 17
GrapeCity.Excel Namespace / CustomExcelStyle Class / Name Property


In This Topic
    Name Property (CustomExcelStyle)
    In This Topic
    Gets the name of the style
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As CustomExcelStyle
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    The name of the style
    See Also