Class TableLayoutManager.ColumnCollection
public sealed class TableLayoutManager.ColumnCollection : IEnumerable<TableColumn>, IEnumerable
- Inheritance
-
TableLayoutManager.ColumnCollection
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public TableColumn this[int index] { get; }
Parameters
index
int
Property Value
Methods
Contains(TableColumn)
public bool Contains(TableColumn col)
Parameters
col
TableColumn
Returns
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<TableColumn> GetEnumerator()
Returns
- IEnumerator<TableColumn>
An enumerator that can be used to iterate through the collection.