GrapeCity.Xaml.SpreadSheet.UI
CellValueApplyingEventArgs Constructor


GrapeCity.Xaml.SpreadSheet.UI Namespace > CellValueApplyingEventArgs Class : CellValueApplyingEventArgs Constructor
The row.
The column.
The value.
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

Reference

CellValueApplyingEventArgs Class
CellValueApplyingEventArgs Members