InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridRow Class / Item Property
The column number.

In This Topic
    Item Property (GridRow)
    In This Topic
    Creates the GridCell object with the specified column index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal col As Integer _
    ) As GridCell
    public GridCell this[ 
       int col
    ]; {get;}

    Parameters

    col
    The column number.
    See Also