Gets the row index of the upper-left corner of the cell range.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int Top { get; }
Public ReadOnly Property Top As Integer Get
public: property int Top { int get (); }
member Top : int with get