Cells

Contents
[ ]

cells

Encapsulates a collection of cell relevant objects, such as Aspose.Cells.Cell, Aspose.Cells.Row, …etc.

Property Name Property Type Nullable ReadOnly DefaultValue Description
MaxRow Integer True False Maximum row index of cell which contains data or style.
MaxColumn Integer True False Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it).
CellCount Integer True False
Rows Class:LinkElement True False Gets the collection of objects that represents the individual rows in this worksheet.
Columns Class:LinkElement True False Gets the collection of objects that represents the individual columns in this worksheet.
CellList Container True False
link Class:Link True False

Parent Name : LinkElement