ActiveReports 8
Select(Int32) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace > DDSheets Class > Select Method : Select(Int32) Method

sheetIndex
The zero-based index of the sheet whose tab is to be selected.

Glossary Item Box

Selects the sheet at the specified index, and deselects all other sheets.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Select( _
   ByVal sheetIndex As System.Integer _
) 
C# 
public void Select( 
   System.int sheetIndex
)

Parameters

sheetIndex
The zero-based index of the sheet whose tab is to be selected.

Requirements

Target Platforms: 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