Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellTextRenderingEventArgs Class / CellTextRenderingEventArgs Constructor
The row.
The column.
The text.


In This Topic
    CellTextRenderingEventArgs Constructor
    In This Topic
    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