Item(Int32,Int32) Property
In This Topic
Syntax
'Declaration
Public Overloads Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Object
public System.object Item(
System.int ,
System.int
) {get; set;}
Parameters
- row
- col
See Also