Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ButtonTextCollectionInfo Class > Item Property : Item(Int32) Property
Gets the value according to the special index.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As ButtonTextCollectionInfo
Dim index As Integer
Dim value As String
 
value = instance.Item(index)
public new string Item( 
   int index
) {get;}

Parameters

index

Property Value

The System.Int32 value indicatest the index of the specified element.
See Also

Reference

ButtonTextCollectionInfo Class
ButtonTextCollectionInfo Members
Overload List