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

NameTypeAccessDescription
HeightfloatReadGets or sets the height of the table row in points
MinimalHeightfloatRead/WriteGets or sets the minimum allowable height for the row
RowFormatIRowFormatReadProvides access to formatting options for the row
AsICellCollectionICellCollectionReadReturns the collection of cells contained in the row
AsIBulkTextFormattableIBulkTextFormattableReadProvides bulk text formatting capabilities for the row

See Also