Gets or sets the
System.Object with the specified property name.
'Declaration
Public Overloads Property Item( _
ByVal As String _
) As Object
'Usage
Dim instance As SpreadDataRowView
Dim property As String
Dim value As Object
instance.Item(property) = value
value = instance.Item(property)
Parameters
- property