ComponentOne ASP.NET MVC Controls
Columns Property (WorkbookTable)

C1.Web.Mvc.Sheet Namespace > WorkbookTable Class : Columns Property
Gets the columns of the table.
Syntax
'Declaration
 
Public ReadOnly Property Columns As List(Of WorkbookTableColumn)
public List<WorkbookTableColumn> Columns {get;}
See Also

Reference

WorkbookTable Class
WorkbookTable Members