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

In This Topic
    Columns Property (WorkbookTable)
    In This Topic
    Gets the columns of the table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As List(Of WorkbookTableColumn)
    public List<WorkbookTableColumn> Columns {get;}
    See Also