Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ActiveSheet Property


In This Topic
    ActiveSheet Property (IWorkbook)
    In This Topic
    Gets the active sheet (the sheet on top).
    Syntax
    'Declaration
     
    
    ReadOnly Property ActiveSheet As IWorksheet
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As IWorksheet
     
    value = instance.ActiveSheet
    IWorksheet ActiveSheet {get;}

    Property Value

    The active sheet (the sheet on top); null if no sheet is active.
    See Also