ComponentOne ASP.NET MVC Controls
Columns Property (Table)

C1.Web.Mvc.Sheet Namespace > Table Class : Columns Property
Gets or sets the table's columns.
Syntax
'Declaration
 
Public ReadOnly Property Columns As IList(Of TableColumn)
public IList<TableColumn> Columns {get;}
See Also

Reference

Table Class
Table Members