CellFirstRowIndex Property |
Returns an index of first row, covered by the cell.
Read-only
Int32.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int FirstRowIndex { get; }
Public ReadOnly Property FirstRowIndex As Integer
Get
public:
virtual property int FirstRowIndex {
int get () sealed;
}
abstract FirstRowIndex : int with get
override FirstRowIndex : int with get
Property Value
Type:
Int32Implements
ICellFirstRowIndex
See Also