Skip to main content
A newer version of this page is available. .

SpreadsheetSettings.ActiveTabIndex Property

Gets or sets the index of a Worksheet Tab which is selected within the Spreadsheet.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int ActiveTabIndex { get; set; }

Property Value

Type Description
Int32

An integer value specifying the index of an active tab in the Spreadsheet.

Remarks

The Spreadsheet allows end users to select worksheet tabs via mouse clicks. To make a particular worksheet active via code, use the ActiveTabIndex property. This property specifies the active worksheet’s index in the WorksheetCollection, which you can access via the IWorkbook.Worksheets property.

See Also