Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / IndexOf Method
A CharBox indicates the char box.


In This Topic
IndexOf Method (CharBoxCollection)
In This Topic
Gets the index of the special char box.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal charBox As CharBox _
) As Integer
 
'Usage
 
Dim instance As CharBoxCollection
Dim charBox As CharBox
Dim value As Integer
 
value = instance.IndexOf(charBox)

Parameters

charBox
A CharBox indicates the char box.

Return Value

A System.Int32 indicates the index of the char box.
See Also