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
| Name | Type | Access | Description |
|---|---|---|---|
Height | float | Read | |
MinimalHeight | float | Read/Write | |
RowFormat | IRowFormat | Read | |
AsICellCollection | ICellCollection | Read | Returns the cells in the row as an ICellCollection |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Returns the row as an IBulkTextFormattable for bulk text operations |
Methods
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Copies text formatting from an IParagraphFormat to the row |
SetTextFormat(source: IParagraphFormat) | |
SetTextFormat(source: ITextFrameFormat) |