Edit

Share via


Word.TableCellCollectionSplitOptions interface

Represents the options for the TableCellCollection.split method.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

mergeBeforeSplit

If provided, specifies whether to merge the cells with one another before splitting them. The default value is false.

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

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]