Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellErrorTextChangedEventArgs Class / CellErrorTextChangedEventArgs Constructor
Row index
Column index
SheetView object


In This Topic
    CellErrorTextChangedEventArgs Constructor
    In This Topic
    Creates new instance of the CellErrorTextChangedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer, _
       ByVal sheetview As SheetView _
    )
    'Usage
     
    
    Dim rowIndex As Integer
    Dim columnIndex As Integer
    Dim sheetview As SheetView
     
    Dim instance As New CellErrorTextChangedEventArgs(rowIndex, columnIndex, sheetview)
    public CellErrorTextChangedEventArgs( 
       int rowIndex,
       int columnIndex,
       SheetView sheetview
    )

    Parameters

    rowIndex
    Row index
    columnIndex
    Column index
    sheetview
    SheetView object
    See Also