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

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

    Parameters

    row
    col
    See Also