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

In This Topic
    Styles Property (Workbook)
    In This Topic
    Gets the styles table of the workbook.
    Syntax
    'Declaration
     
    Public ReadOnly Property Styles As List(Of Style)
    public List<Style> Styles {get;}
    See Also