<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.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 Integer, _
       ByVal colName As String _
    ) As Object
    public object Item( 
       int row,
       string colName
    ) {get; set;}

    Parameters

    row
    colName
    See Also