Class GridColumnCollection
GridColumnCollection class
Collects the objects that represent the individual columns in a worksheet.
public class GridColumnCollection
Properties
Name | Description |
---|---|
Count { get; } | Gets the size of enumerator |
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 GridColumn object by the position in the list. |
GetEnumerator() | Gets the columns enumerator |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb