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


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