ActivateSheetView Method (IViewManager)
Activates the sheet view with the specified name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ActivateSheetView( _
BSTR Name As System.String _
) |
C# | |
---|
void ActivateSheetView(
System.string Name
) |
JavaScript | |
---|
ActivateSheetView(
Name : System.String
) |
COM native C++ | |
---|
HRESULT ActivateSheetView(
const dsString& Name
) |
Parameters
- Name
- Name of sheet view to activate
Example
See Also
Availability
DraftSight V1R1.4