Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / SetText Method
The row index.
The text string for the cell.


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

    Parameters

    row
    The row index.
    text
    The text string for the cell.
    See Also