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


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