Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / al Class / Item Property

In This Topic
    Item Property (al)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As C1.Framework.GridCell
    public C1.Framework.GridCell this[ 
       System.int row,
       System.int col
    ]; {get;}

    Parameters

    row
    col
    See Also