__PACKAGE__->class_documentation({description=> 'Encapsulates a collection of cell relevant objects, such as Aspose.Cells.Cell, Aspose.Cells.Row, ...etc.',
class=> 'Cells',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'max_row'=> {
datatype=> 'int',
base_name=> 'MaxRow',
description=> 'Maximum row index of cell which contains data or style.',
format=> '',
read_only=> '',
},
'max_column'=> {
datatype=> 'int',
base_name=> 'MaxColumn',
description=> '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).',
format=> '',
read_only=> '',
},
'cell_count'=> {
datatype=> 'int',
base_name=> 'CellCount',
description=> '',
format=> '',
read_only=> '',
},
'rows'=> {
datatype=> 'LinkElement',
base_name=> 'Rows',
description=> 'Gets the collection of objects that represents the individual rows in this worksheet.',
format=> '',
read_only=> '',
},
'columns'=> {
datatype=> 'LinkElement',
base_name=> 'Columns',
description=> 'Gets the collection of objects that represents the individual columns in this worksheet.',