Class TableColumnCollection
Inheritance
System.Object
TableColumnCollection
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TableColumnCollection : IEnumerable<TableColumn>
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Item[Int32]
Declaration
public TableColumn this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[String]
Declaration
public TableColumn this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<TableColumn> GetEnumerator()
Returns
IndexOf(TableColumn)
Declaration
public int IndexOf(TableColumn column)
Parameters
Returns
Type |
Description |
System.Int32 |
|