'Declaration
Public Property FirstSheet As Integer
'Usage
Dim instance As WorkbookView Dim value As Integer instance.FirstSheet = value value = instance.FirstSheet
public int FirstSheet {get; set;}
'Declaration
Public Property FirstSheet As Integer
'Usage
Dim instance As WorkbookView Dim value As Integer instance.FirstSheet = value value = instance.FirstSheet
public int FirstSheet {get; set;}
The index starts at 1.
The default value is 0.
Note that Worksheets located before the chosen value will be replaced by "..." to indicate that they are located before the FirstSheet.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2