A read-only collection of all instances which exist in a .
Inheritance
Implements
- IEnumerable<WorksheetTableColumn>
- IEnumerable
Properties
Section titled "Properties"Count
Section titled "Count"Gets the number of instances in the collection.
public int Count { get; } this[int]
Section titled "this[int]"Gets the at the specified index.
public WorksheetTableColumn this[int index] { get; } this[string]
Section titled "this[string]"Gets the with the specified name or null if it doesn't exist.
public WorksheetTableColumn this[string name] { get; } Methods
Section titled "Methods"Contains(WorksheetTableColumn)
Section titled "Contains(WorksheetTableColumn)"Determines whether the specified is in the collection.
public bool Contains(WorksheetTableColumn column) Parameters
- column:
WorksheetTableColumn
Returns any
IndexOf(WorksheetTableColumn)
Section titled "IndexOf(WorksheetTableColumn)"Gets the index of the specified in the collection.
public int IndexOf(WorksheetTableColumn column) Parameters
- column:
WorksheetTableColumn