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

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

    Parameters

    row
    col
    value
    coerce
    See Also