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