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


In This Topic
    Name Property (IExcelTableStyleInfo)
    In This Topic
    Represents the name of the table style to use with the table
    Syntax
    'Declaration
     
    Property Name As String
    'Usage
     
    Dim instance As IExcelTableStyleInfo
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also