Edit

Share via


Word.Interfaces.TableColumnLoadOptions interface

Represents a table column in a Word document.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

columnIndex

Returns the position of this column in a collection.

isFirst

Returns true if the column or row is the first one in the table; false otherwise.

isLast

Returns true if the column or row is the last one in the table; false otherwise.

nestingLevel

Returns the nesting level of the column.

preferredWidth

Specifies the preferred width (in points or as a percentage of the window width) for the column. The unit of measurement can be specified by the preferredWidthType property.

preferredWidthType

Specifies the preferred unit of measurement to use for the width of the table column.

shading

Returns a ShadingUniversal object that refers to the shading formatting for the column.

width

Specifies the width of the column, in points.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

columnIndex

Returns the position of this column in a collection.

columnIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

isFirst

Returns true if the column or row is the first one in the table; false otherwise.

isFirst?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

isLast

Returns true if the column or row is the last one in the table; false otherwise.

isLast?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

nestingLevel

Returns the nesting level of the column.

nestingLevel?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

preferredWidth

Specifies the preferred width (in points or as a percentage of the window width) for the column. The unit of measurement can be specified by the preferredWidthType property.

preferredWidth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

preferredWidthType

Specifies the preferred unit of measurement to use for the width of the table column.

preferredWidthType?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

shading

Returns a ShadingUniversal object that refers to the shading formatting for the column.

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

width

Specifies the width of the column, in points.

width?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]