Specifies the index to the first sheet in this book view.
public int FirstSheet {get; set;}
'Declaration
Public Property FirstSheet As Integer
'Usage
Dim instance As Workbook
Dim value As Integer
instance.FirstSheet = value
value = instance.FirstSheet
Property Value
The default value for this attribute is 0.