Skip to main content

XlDocumentView.FirstVisibleTabIndex Property

Gets or sets the index of the first visible worksheet.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.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