Word.TableCellCollectionSplitOptions interface
Represents the options for the TableCellCollection.split method.
Remarks
Properties
| merge |
If provided, specifies whether to merge the cells with one another before splitting them. The default value is |
| num |
If provided, specifies the number of columns that the group of cells is to be split into. The default value is 1. |
| num |
If provided, specifies the number of rows that the group of cells is to be split into. The default value is 1. |
Property Details
mergeBeforeSplit
If provided, specifies whether to merge the cells with one another before splitting them. The default value is false.
mergeBeforeSplit?: boolean;
Property Value
boolean
Remarks
numColumns
If provided, specifies the number of columns that the group of cells is to be split into. The default value is 1.
numColumns?: number;
Property Value
number
Remarks
numRows
If provided, specifies the number of rows that the group of cells is to be split into. The default value is 1.
numRows?: number;
Property Value
number