FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / Cell Class / Item Property / Item(CellPropertySettings,Int32,Int32) Property

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

    Parameters

    setting
    row
    col
    See Also