ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / SetData Method / SetData(Int32,String,Object) Method

In This Topic
    SetData(Int32,String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function SetData( _
       ByVal row As Integer, _
       ByVal colName As String, _
       ByVal value As Object _
    ) As Boolean
    public virtual bool SetData( 
       int row,
       string colName,
       object value
    )

    Parameters

    row
    colName
    value
    See Also