Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
ODS Cell abstraction. More...
Public Attributes | |
$format | |
$formula | |
array | $merge |
Contains the number of rows and columns spanned by the merged cell. | |
$type | |
$value | |
ODS Cell abstraction.
array MoodleODSCell::$merge |
Contains the number of rows and columns spanned by the merged cell.
'rows' => integer, the number of rows the cell spans. 'columns' => integer, the number of columns the cell spans.