Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PowerPoint.TableCellMargins interface

Package:
powerpoint

Represents the margins of a table cell.

Properties

bottom

Specifies the bottom margin in points.

left

Specifies the left margin in points.

right

Specifies the right margin in points.

top

Specifies the top margin in points.

Property Details

bottom

Specifies the bottom margin in points.

bottom?: number | undefined;

Property Value

number | undefined

Remarks

API set: PowerPointApi 1.8

left

Specifies the left margin in points.

left?: number | undefined;

Property Value

number | undefined

Remarks

API set: PowerPointApi 1.8

right

Specifies the right margin in points.

right?: number | undefined;

Property Value

number | undefined

Remarks

API set: PowerPointApi 1.8

top

Specifies the top margin in points.

top?: number | undefined;

Property Value

number | undefined

Remarks

API set: PowerPointApi 1.8


Feedback

Was this page helpful?