SpreadsheetGear 2017
Select Method (IShapeRange)






SpreadsheetGear.Shapes Namespace > IShapeRange Interface : Select Method
Selects the shapes in this IShapeRange, replacing any previously selected shapes if replace is true.
Syntax
'Declaration
 
Sub Select( _
   ByVal replace As System.Boolean _
) 
'Usage
 
Dim instance As IShapeRange
Dim replace As System.Boolean
 
instance.Select(replace)
void Select( 
   System.bool replace
)
procedure Select( 
    replace: System.Boolean
); 
function Select( 
   replace : System.boolean
);
void Select( 
   System.bool replace
) 
void Select( 
   System.bool replace
) 

Parameters

replace
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

Reference

IShapeRange Interface
IShapeRange Members