'DeclarationOverloads Sub SetSelection( _ ByVal selection As IShapeRange, _ ByVal replace As System.Boolean _ )
'UsageDim instance As IWorksheetWindowInfo Dim selection As IShapeRange Dim replace As System.Boolean instance.SetSelection(selection, replace)
void SetSelection( IShapeRange selection, System.bool replace )
procedure SetSelection( 
    selection: IShapeRange;
    replace: System.Boolean
); 
            function SetSelection( selection : IShapeRange, replace : System.boolean );
void SetSelection( IShapeRange* selection, System.bool replace )
void SetSelection( IShapeRange^ selection, System.bool replace )
Parameters
- selection
 - Specifies the shapes to select.
 - replace
 - Specifies whether the currently selected shapes should be replaced (unselected).