Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.TableCellCollectionSplitOptions interface
- Package:
- word
Represents the options for the TableCellCollection.split method.
Properties
| mergeBeforeSplit | If provided, specifies whether to merge the cells with one another before splitting them. The default value is |
| numColumns | If provided, specifies the number of columns that the group of cells is to be split into. The default value is 1. |
| numRows | 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
Remarks
Office Add-ins
Feedback
Was this page helpful?
