Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / Deselect Method


In This Topic
    Deselect Method
    In This Topic
    Syntax
    'Declaration
     
    Function Deselect( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As IWorksheetView
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim value As Boolean
     
    value = instance.Deselect(row, column, row2, column2)
    bool Deselect( 
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    row
    column
    row2
    column2
    See Also