ChartSheetBase.Select(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the ChartSheetBase.
public void Select (object replace);
member this.Select : obj -> unit
Public Sub Select (Optional replace As Object)
Parameters
- replace
- Object
The object to replace.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.