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


In This Topic
    Name Property (ExcelTableStyle)
    In This Topic
    Name of this table style.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ExcelTableStyle
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also