Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / activeSheet Property


In This Topic
activeSheet Property (DesignerMain)
In This Topic
Syntax
'Declaration
 
Public Property activeSheet As SheetView
 
'Usage
 
Dim instance As DesignerMain
Dim value As SheetView
 
instance.activeSheet = value
 
value = instance.activeSheet
See Also