Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / Name Property


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

    Property Value

    A System.String value represents the name of the table style.
    See Also