IRow
IRow interface
Represents a row in a table.
public interface IRow : IBulkTextFormattable, ICellCollection
Properties
| Name | Description |
|---|---|
| AsIBulkTextFormattable { get; } | Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable. |
| AsICellCollection { get; } | Allows to get base ICellCollection interface. Read-only ICellCollection. |
| Height { get; } | Returns the height of a row. Read-only Double. |
| MinimalHeight { get; set; } | Returns or sets the minimal possible height of a row. Read/write Double. |
| RowFormat { get; } | Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat. |
See Also
- interface IBulkTextFormattable
- interface ICellCollection
- namespace Aspose.Slides
- assembly Aspose.Slides