Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTableStyle Class / Name Property

In This Topic
    Name Property (WorkbookTableStyle)
    In This Topic
    Gets or sets the name of the table style.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Name As String
    [XmlAttribute()]
    public string Name {get; set;}
    Remarks
    Workbook supports built-in names: "TableStyleLight1" to "TableStyleLight21", "TableStyleMedium1" to "TableStyleMedium28", "TableStyleDark1" to "TableStyleDark11".
    See Also