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