UnionRangeFirstRow Property |
Gets the index of the first row of the range.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int FirstRow { get; }
Public ReadOnly Property FirstRow As Integer
Get
public:
property int FirstRow {
int get ();
}
member FirstRow : int with get
Property Value
Type:
Int32
Remarks
Only effects when it only contains one range.
See Also