A read-only collection of all instances which exist in a .

Inheritance

Implements
  • IEnumerable<WorksheetTableColumn>
  • IEnumerable

Gets the number of instances in the collection.

public int Count { get; }

Gets the at the specified index.

public WorksheetTableColumn this[int index] { get; }

Gets the with the specified name or null if it doesn't exist.

public WorksheetTableColumn this[string name] { get; }

Determines whether the specified is in the collection.

public bool Contains(WorksheetTableColumn column)

Parameters

  • column: WorksheetTableColumn

Returns any

Gets the index of the specified in the collection.

public int IndexOf(WorksheetTableColumn column)

Parameters

  • column: WorksheetTableColumn

Returns any