Row

Row class

Represents a row in a table.

public sealed class Row : CellCollection, IRow

Properties

NameDescription
Count { get; }Returns the number of cells in a collection. Read-only Int32.
Height { get; }Returns the height of a row. Read-only Double.
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.
MinimalHeight { get; set; }Returns or sets the minimal possible height of a row. Read/write Double.
Presentation { get; }Returns the parent presentation of a CellCollection. Read-only IPresentation.
RowFormat { get; }Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat.
Slide { get; }Returns the parent slide of a CellCollection. Read-only IBaseSlide.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

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 row cells’ paragraphs.
SetTextFormat(IPortionFormat)Sets defined portion format properties to all row cells’ portions.
SetTextFormat(ITextFrameFormat)Sets defined text frame format properties to all row cells’ text frames.

See Also