ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Integer _
    ) As GridCell
    public GridCell this[ 
       System.int col
    ]; {get;}

    Parameters

    col
    The column number.
    See Also