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

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

    Parameters

    row
    colName
    See Also