Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / OnRowColumnChanged Method


In This Topic
    OnRowColumnChanged Method (Worksheet)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRowColumnChanged( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal notifyUI As Boolean, _
       Optional ByVal actionCategory As ActionCategory, _
       Optional ByVal appendDataChange As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim notifyUI As Boolean
    Dim actionCategory As ActionCategory
    Dim appendDataChange As Boolean
     
    instance.OnRowColumnChanged(row, column, row2, column2, notifyUI, actionCategory, appendDataChange)
    protected virtual void OnRowColumnChanged( 
       int row,
       int column,
       int row2,
       int column2,
       bool notifyUI,
       ActionCategory actionCategory,
       bool appendDataChange
    )

    Parameters

    row
    column
    row2
    column2
    notifyUI
    actionCategory
    appendDataChange
    See Also