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

In This Topic
    Columns Property (Table)
    In This Topic
    Gets or sets the table's columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As IList(Of TableColumn)
    public IList<TableColumn> Columns {get;}
    See Also