'Declaration
Overloads Sub SetSelection( _ ByVal selection As IShapeRange, _ ByVal replace As System.Boolean _ )
'Usage
Dim instance As IWorksheetWindowInfo Dim selection As IShapeRange Dim replace As System.Boolean instance.SetSelection(selection, 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).