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

sheetName
The value of the Name property of the DDSheet object to be selected.

Glossary Item Box

Selects the sheet with the specified name, and deselects all other sheets.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Select( _
   ByVal sheetName As System.String _
) 
C# 
public void Select( 
   System.string sheetName
)

Parameters

sheetName
The value of the Name property of the DDSheet object 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