Gets the specified Split object from the collection.
Syntax
'Declaration
Public Overloads Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Split
public Split Item(
System.int ,
System.int
) {get; set;}
Parameters
- row
- col
See Also