Class GridColumnCollection

GridColumnCollection class

Collects the objects that represent the individual columns in a worksheet.

public class GridColumnCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets a object by column index. The Column object of given column index will be instantiated if it does not exist before.

Methods

NameDescription
GetColumnByIndex(int)Gets the Column object by the position in the list.
GetEnumerator()Gets the rows enumerator

See Also