'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)
Parameters
- row
- The row.
- column
- The column.
- text
- The text.