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

In This Topic
    Item(Int32,String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal row As System.Integer, _
       ByVal colName As System.String _
    ) As System.Object
    public System.object Item( 
       System.int row,
       System.string colName
    ) {get; set;}

    Parameters

    row
    colName
    See Also