mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-83650-main_fix_ods_cell' of https://github.com/Cl3mensM/moodle
This commit is contained in:
commit
b8eb960fe5
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@ class MoodleODSCell {
|
|||
public $type;
|
||||
public $format;
|
||||
public $formula;
|
||||
/**
|
||||
* @var array 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.
|
||||
*/
|
||||
public $merge;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue