Spread WinForms 15
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)

Parameters

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