Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.05 KB

File metadata and controls

21 lines (17 loc) · 1.05 KB

AsposeCellsCloud::Object::Cells

Load the model package

use AsposeCellsCloud::Object::Cells;

Properties

Name Type Description Notes
MaxRow int Maximum row index of cell which contains data or style.
MaxColumn int 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 int The class has a public property "CellCount" of type integer that can be read and modified.
Rows LinkElement Gets the collection of objects that represents the individual rows in this worksheet.
Columns LinkElement Gets the collection of objects that represents the individual columns in this worksheet.
CellList ARRAY[LinkElement]
link Link

[Back to Model list]
[Back to README]