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


In This Topic
    SelectedSheets Property (IWorkbook)
    In This Topic
    Gets a IWorksheets collection that represents all the selected sheets in the specified window.
    Syntax
    'Declaration
     
    
    ReadOnly Property SelectedSheets As IWorksheets
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As IWorksheets
     
    value = instance.SelectedSheets
    IWorksheets SelectedSheets {get;}
    See Also