Row

Overview

Row is a class in Aspose.Slides FOSS for .NET. Inherits from: CellCollection, IRow, IBulkTextFormattable.

Represents a table row as a collection of cells.

Properties

NameTypeAccessDescription
HeightfloatRead
MinimalHeightfloatRead/Write
RowFormatIRowFormatRead
AsICellCollectionICellCollectionReadReturns the cells in the row as an ICellCollection
AsIBulkTextFormattableIBulkTextFormattableReadReturns the row as an IBulkTextFormattable for bulk text operations

Methods

SignatureDescription
SetTextFormat(source: IBasePortionFormat)Copies text formatting from an IParagraphFormat to the row
SetTextFormat(source: IParagraphFormat)
SetTextFormat(source: ITextFrameFormat)

See Also