'Declaration Public Overloads Property Item( _ ByVal row As System.Integer, _ ByVal columnName As System.String _ ) As System.Object
public System.object Item( System.int row, System.string columnName ) {get; set;}
Parameters
- row
- columnName
'Declaration Public Overloads Property Item( _ ByVal row As System.Integer, _ ByVal columnName As System.String _ ) As System.Object
public System.object Item( System.int row, System.string columnName ) {get; set;}