Column

Column class

Represents a column in a table.

public sealed class Column : CellCollection, IColumn

Properties

NameDescription
ColumnFormat { get; }Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat.
Count { get; }Returns the number of cells in a collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns a cell by it’s position. Read-only Cell.
Presentation { get; }Returns the parent presentation of a CellCollection. Read-only IPresentation.
Slide { get; }Returns the parent slide of a CellCollection. Read-only IBaseSlide.
SyncRoot { get; }Returns a synchronization root. Read-only Object.
Width { get; set; }Returns or sets the width of a column. Read/write Double.

Methods

NameDescription
CopyTo(Array, int)Copies all elements from the collection to the specified array.
GetEnumerator()Returns an enumerator that iterates through the collection.
SetTextFormat(IParagraphFormat)Sets defined paragraph format properties to all column cells’ paragraphs.
SetTextFormat(IPortionFormat)Sets defined portion format properties to all column cells’ portions.
SetTextFormat(ITextFrameFormat)Sets defined text frame format properties to all column cells’ text frames.

See Also