GrapeCity.Xaml.SpreadSheet.UI
CellTextRenderingEventArgs Constructor


GrapeCity.Xaml.SpreadSheet.UI Namespace > CellTextRenderingEventArgs Class : CellTextRenderingEventArgs Constructor
The row.
The column.
The text.
Initializes a new instance of the CellTextRenderingEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal text As String _
)
'Usage
 
Dim row As Integer
Dim column As Integer
Dim text As String
 
Dim instance As New CellTextRenderingEventArgs(row, column, text)
public CellTextRenderingEventArgs( 
   int row,
   int column,
   string text
)

Parameters

row
The row.
column
The column.
text
The text.
See Also

Reference

CellTextRenderingEventArgs Class
CellTextRenderingEventArgs Members