ActivateSheetView Method (IViewManager) Send Feedback
See Also  Example
Name
Name of sheet view to activate
Activates the sheet view with the specified name.

Syntax

Visual Basic 
Sub ActivateSheetView( _
   ByVal Name As System.String _
) 
C# 
void ActivateSheetView( 
   System.string Name
)
JavaScript 
ActivateSheetView( 
   Name : String
)
COM native C++ 
HRESULT ActivateSheetView( 
   BSTR Name
) 
C++ 
DSRESULT ActivateSheetView( 
   const dsString& Name
) 

Parameters

Name
Name of sheet view to activate

Example

 

See Also

Availability

DraftSight V1R1.4