Skip to main content
All docs
V25.1
  • XlDocumentView.FirstVisibleTabIndex Property

    Gets or sets the index of the first visible worksheet.

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public int FirstVisibleTabIndex { get; set; }

    Property Value

    Type Description
    Int32

    The index of the first visible worksheet. The default is 0

    See Also