FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionCollection Class / Item Property / Item(String) Property
The item's name.


In This Topic
Item(String) Property
In This Topic
Gets or sets the element with the specified name.
Syntax
'Declaration
 
Public Overloads Overridable Property Item( _
   ByVal name As String _
) As ValidateActionBase
 
'Usage
 
Dim instance As ValidateActionCollection
Dim name As String
Dim value As ValidateActionBase
 
instance.Item(name) = value
 
value = instance.Item(name)

Parameters

name
The item's name.

Property Value

An INamedObject value that indicates the specified item.
See Also