Edit

Share via


PowerPoint.TableMergedAreaProperties interface

Represents the properties of a merged area of cells in a table.

Remarks

[ API set: PowerPointApi 1.8 ]

Properties

columnCount

Specifies the number of columns for the merged cells area. Must be 1 or greater.

columnIndex

Specifies the zero-based index of the column of the top left cell of the merged area.

rowCount

Specifies the number of rows for the merged cells area. Must be 1 or greater.

rowIndex

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

[ API set: PowerPointApi 1.8 ]

columnIndex

Specifies the zero-based index of the column of the top left cell of the merged area.

columnIndex: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.8 ]

rowCount

Specifies the number of rows for the merged cells area. Must be 1 or greater.

rowCount: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.8 ]

rowIndex

Specifies the zero-based index of the row of the top left cell of the merged area.

rowIndex: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.8 ]