'DeclarationSub SetSelection( _ ByVal selection As IShapeRange, _ ByVal replace As System.Boolean _ )
'UsageDim instance As IChartSheetWindowInfo 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).