Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorkbookView Class / FirstSheet Property


In This Topic
    FirstSheet Property
    In This Topic
    Gets or sets the first Worksheet that will be displayed in the tabs at the bottom of the Workbook.
    Syntax
    '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;}
    Remarks

    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.

    Requirements

    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

    See Also