Get the first visible row of the worksheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
int FirstVisibleRow { get; set; }
Property FirstVisibleRow As Integer Get Set
property int FirstVisibleRow { int get (); void set (int value); }
abstract FirstVisibleRow : int with get, set