<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / Item Property / Item(Int32,Int32) Property

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

    Parameters

    row
    col
    See Also