Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellValueApplyingEventArgs Class / CellValueApplyingEventArgs Constructor
The row.
The column.
The value.


In This Topic
    CellValueApplyingEventArgs Constructor
    In This Topic
    Initializes a new instance of the CellValueApplyingEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Object _
    )
    'Usage
     
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    Dim instance As New CellValueApplyingEventArgs(row, column, value)
    public CellValueApplyingEventArgs( 
       int row,
       int column,
       object value
    )

    Parameters

    row
    The row.
    column
    The column.
    value
    The value.
    See Also