Version

SelectSheet Method (XamSpreadsheetProxy)

Select the identified Worksheet
Syntax
'Declaration
 
Public Sub SelectSheet( _
   ByVal oSheetArg As System.Object, _
   Optional ByVal bSelectTo As System.Boolean _
) 
public void SelectSheet( 
   System.object oSheetArg,
   System.bool bSelectTo
)
public: void SelectSheet( 
   System.Object* oSheetArg,
   System.bool bSelectTo
) 

Parameters

oSheetArg
string text or integer index representing the identified Worksheet.
bSelectTo
Optional parameter, if false selects only that new sheet, if true selects all the sheets to this sheet from the currently active sheet. The default value is false.
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