Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / Item Property / Item(String) Property


In This Topic
Item(String) Property
In This Topic
Gets or sets the System.Object with the specified property name.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal property 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
See Also