Static
$tStatic
nextGets the number of WorksheetTableColumn instances in the collection. The number of columns in the collection.
Determines whether the specified WorksheetTableColumn is in the collection.
True if the specified column is in the collection; False otherwise.
The column to find in the collection.
Gets the index of the specified WorksheetTableColumn in the collection.
The 0-based index of the specified WorksheetTableColumn in the collection or -1 if the item is not in the collection.
The WorksheetTableColumn to find in the collection.
Gets the WorksheetTableColumn at the specified index.
ArgumentOutOfRangeException 'index' is less than 0 or greater than or equal to the number of columns in the collection.
The WorksheetTableColumn at the specified index.
The 0-based index of the column to get.
Gets the WorksheetTableColumn with the specified name or null if it doesn't exist.
Column names are compared case-insensitively.
The WorksheetTableColumn with the specified name or null a column with the specified name doesn't exist.
The name of the column to get.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
A read-only collection of all WorksheetTableColumn instances which exist in a WorksheetTable.
See
WorksheetTable.columns