public class GridColumnCollection
extends java.lang.Object
GridColumn objects that represent the individual columns in a worksheet.| Modifier and Type | Method and Description |
|---|---|
GridColumn |
get(int columnIndex)
Gets a
GridColumn object by column index. |
GridColumn |
getColumnByIndex(int index)
Gets the
GridColumn object by the position in the list. |
int |
getCount()
Gets the size of enumerator
|
java.util.Iterator |
iterator()
Gets the columns enumerator
|
public GridColumn get(int columnIndex)
GridColumn object by column index. The Column object of given column index will be instantiated if it does not exist before.public java.util.Iterator iterator()
public int getCount()
public GridColumn getColumnByIndex(int index)
GridColumn object by the position in the list.index - The position in the list.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.