Column class

Column class

Represents a column in a table.

Inheritance:ColumnCellCollection

The Column type exposes the following members:

Properties

PropertyDescription
slideReturns the parent slide of a CellCollection.
Read-only IBaseSlide.
presentationReturns the parent presentation of a CellCollection.
Read-only IPresentation.
widthReturns or sets the width of a column.
Read/write float.
column_formatReturns the ColumnFormat object that contains formatting properties for this column.
Read-only IColumnFormat.

Indexer

NameDescription
[index]

Methods

MethodDescription
set_text_formatSets defined portion format properties to all column cells’ portions.
set_text_formatSets defined paragraph format properties to all column cells’ paragraphs.
set_text_formatSets defined text frame format properties to all column cells’ text frames.

See Also