PowerPoint.TableMergedAreaProperties interface
Represents the properties of a merged area of cells in a table.
Remarks
Properties
column |
Specifies the number of columns for the merged cells area. Must be 1 or greater. |
column |
Specifies the zero-based index of the column of the top left cell of the merged area. |
row |
Specifies the number of rows for the merged cells area. Must be 1 or greater. |
row |
Specifies the zero-based index of the row of the top left cell of the merged area. |
Property Details
columnCount
Specifies the number of columns for the merged cells area. Must be 1 or greater.
columnCount: number;
Property Value
number
Remarks
columnIndex
Specifies the zero-based index of the column of the top left cell of the merged area.
columnIndex: number;
Property Value
number
Remarks
rowCount
Specifies the number of rows for the merged cells area. Must be 1 or greater.
rowCount: number;
Property Value
number
Remarks
rowIndex
Specifies the zero-based index of the row of the top left cell of the merged area.
rowIndex: number;
Property Value
number