Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / bx Class / Item(Int32,Int32) Property

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

    Parameters

    row
    col
    See Also