Spread Windows Forms 15.0
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
    public SheetView activeSheet {get; set;}
    See Also