Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetSelectedSheet Method
if set to true [is selected]
ct sheetview


In This Topic
    GetSelectedSheet Method
    In This Topic
    Gets the selected sheet.
    Syntax
    'Declaration
     
    
    Public Shared Sub GetSelectedSheet( _
       ByVal isSelected As Boolean, _
       ByVal ctSheetview As CT_SheetView _
    ) 
    'Usage
     
    
    Dim isSelected As Boolean
    Dim ctSheetview As CT_SheetView
     
    SheetViewSynchronizer.GetSelectedSheet(isSelected, ctSheetview)
    public static void GetSelectedSheet( 
       bool isSelected,
       CT_SheetView ctSheetview
    )

    Parameters

    isSelected
    if set to true [is selected]
    ctSheetview
    ct sheetview
    See Also