Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ModifySelection Method


In This Topic
    ModifySelection Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ModifySelection( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal selectionIndex As Integer, _
       Optional ByVal notifyUI As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim selectionIndex As Integer
    Dim notifyUI As Boolean
    Dim value As Boolean
     
    value = instance.ModifySelection(row, column, row2, column2, selectionIndex, notifyUI)
    public bool ModifySelection( 
       int row,
       int column,
       int row2,
       int column2,
       int selectionIndex,
       bool notifyUI
    )

    Parameters

    row
    column
    row2
    column2
    selectionIndex
    notifyUI
    See Also