Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RaiseCellChanged Method / RaiseCellChanged(Int32,Int32) Method
Row index of cell
Column index of cell


In This Topic
    RaiseCellChanged(Int32,Int32) Method
    In This Topic
    Raises the CellChanged event (that a change has been made to a cell on this sheet).
    Syntax
    'Declaration
     
    
    Public Overloads Sub RaiseCellChanged( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
     
    instance.RaiseCellChanged(row, column)
    public void RaiseCellChanged( 
       int row,
       int column
    )

    Parameters

    row
    Row index of cell
    column
    Column index of cell
    See Also