Spread WPF 17
GrapeCity.Excel Namespace / IExcelStyle Interface / Name Property


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

    Property Value

    The name of the style
    See Also