Class GridColumnCollection
GridColumnCollection class
Collects the objects that represent the individual columns in a worksheet.
public class GridColumnCollection
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
GetColumnByIndex(int) | Gets the Column object by the position in the list. |
GetEnumerator() | Gets the rows enumerator |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop