ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / GetData Method / GetData(Int32,Int32,Boolean) Method

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

    Parameters

    row
    col
    getCheck
    See Also