ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / WorkbookTable Class / Style Property

In This Topic
    Style Property (WorkbookTable)
    In This Topic
    Gets or sets table style to use with the table.
    Syntax
    'Declaration
     
    Public Property Style As WorkbookTableStyle
    public WorkbookTableStyle Style {get; set;}
    Remarks
    The default style is the 'TableStyleMedium9' built-in table style, if the style is omitted.
    See Also