Gets or sets the first visible column 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 FirstVisibleColumn { get; set; }
Property FirstVisibleColumn As Integer Get Set
property int FirstVisibleColumn { int get (); void set (int value); }
abstract FirstVisibleColumn : int with get, set