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

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

    Parameters

    setting
    row1
    col1
    row2
    col2
    See Also