Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / SetText Method
The column index.
The text for the cell.


In This Topic
    SetText Method (Row)
    In This Topic
    Sets the text in a specified column in the current row.
    Syntax
    'Declaration
     
    Public Sub SetText( _
       ByVal column As Integer, _
       ByVal text As String _
    ) 
    'Usage
     
    Dim instance As Row
    Dim column As Integer
    Dim text As String
     
    instance.SetText(column, text)
    public void SetText( 
       int column,
       string text
    )

    Parameters

    column
    The column index.
    text
    The text for the cell.
    See Also