Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / FirstIndex Property

In This Topic
    FirstIndex Property (XLSheetCollection)
    In This Topic
    Gets or sets the index of the sheet that is initially opened when a C1XLBook file is loaded into Excel.
    Syntax
    'Declaration
     
    
    Public Property FirstIndex As Integer
    public int FirstIndex {get; set;}
    See Also