Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetSelections Method
GrapeCity Spread
Index of the sheet
ct sheetview


In This Topic
    GetSelections Method (SheetViewSynchronizer)
    In This Topic
    Gets the selections.
    Syntax
    'Declaration
     
    
    Public Shared Sub GetSelections( _
       ByVal spread As IExcelWrite, _
       ByVal sheetIndex As Short, _
       ByVal ctSheetview As CT_SheetView _
    ) 
    'Usage
     
    
    Dim spread As IExcelWrite
    Dim sheetIndex As Short
    Dim ctSheetview As CT_SheetView
     
    SheetViewSynchronizer.GetSelections(spread, sheetIndex, ctSheetview)
    public static void GetSelections( 
       IExcelWrite spread,
       short sheetIndex,
       CT_SheetView ctSheetview
    )

    Parameters

    spread
    GrapeCity Spread
    sheetIndex
    Index of the sheet
    ctSheetview
    ct sheetview
    See Also