Columns Property (WorkbookTable)
In This Topic
Gets the columns of the table.
Syntax
'Declaration
Public ReadOnly Property Columns As System.Collections.Generic.List(Of WorkbookTableColumn)
'Usage
Dim instance As WorkbookTable
Dim value As System.Collections.Generic.List(Of WorkbookTableColumn)
value = instance.Columns
public System.Collections.Generic.List<WorkbookTableColumn> Columns {get;}
public read-only property Columns: System.Collections.Generic.List;
public function get Columns : System.Collections.Generic.List
public: __property System.Collections.Generic.List<WorkbookTableColumn*>* get_Columns();
public:
property System.Collections.Generic.List<WorkbookTableColumn^>^ Columns {
System.Collections.Generic.List<WorkbookTableColumn^>^ get();
}
See Also