ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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