IRow
Overview
IRow is a interface in Aspose.Slides FOSS for .NET.
Inherits from: ICellCollection, IBulkTextFormattable.
Represents a row in a table. Combines cell collection and bulk text formatting capabilities.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Height | float | Read | Gets or sets the height of the table row in points |
MinimalHeight | float | Read/Write | Gets or sets the minimum allowable height for the row |
RowFormat | IRowFormat | Read | Provides access to formatting options for the row |
AsICellCollection | ICellCollection | Read | Returns the collection of cells contained in the row |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Provides bulk text formatting capabilities for the row |