Spread for ASP.NET 11 Product Documentation
Item Property (TouchStripItemCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchStripItemCollection Class : Item Property
Gets the TouchStripItem with the specified item text.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal command As String _
) As TouchStripItem
'Usage
 
Dim instance As TouchStripItemCollection
Dim command As String
Dim value As TouchStripItem
 
value = instance.Item(command)
public new TouchStripItem this[ 
   string command
]; {get;}

Parameters

command
See Also

Reference

TouchStripItemCollection Class
TouchStripItemCollection Members