Gets first row of cell.
Read-only
IRow.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IRow FirstRow { get; }
Public ReadOnly Property FirstRow As IRow
Get
public:
virtual property IRow^ FirstRow {
IRow^ get () sealed;
}
abstract FirstRow : IRow with get
override FirstRow : IRow with get
Property Value
Type:
IRowImplements
ICellFirstRow
See Also