Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / AddSelection(Int32,Int32,Int32,Int32,Boolean) Method


In This Topic
    AddSelection(Int32,Int32,Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddSelection( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim notifyUI As Boolean
     
    instance.AddSelection(row, column, row2, column2, notifyUI)
    public void AddSelection( 
       int row,
       int column,
       int row2,
       int column2,
       bool notifyUI
    )

    Parameters

    row
    column
    row2
    column2
    notifyUI
    See Also