ChartSheet.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 ChartSheet.
public void Select (object Replace);
abstract member 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.