ASP.NET Core MVC Controls | ComponentOne
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 System.Collections.Generic.IList(Of TableColumn)
    'Usage
     
    
    Dim instance As Table
    Dim value As System.Collections.Generic.IList(Of TableColumn)
     
    value = instance.Columns
    public System.Collections.Generic.IList<TableColumn> Columns {get;}
    public read-only property Columns: System.Collections.Generic.IList; 
    public function get Columns : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<TableColumn*>* get_Columns();
    public:
    property System.Collections.Generic.IList<TableColumn^>^ Columns {
       System.Collections.Generic.IList<TableColumn^>^ get();
    }
    See Also