[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Find

Find Method

Find(string)

Finds the item using the specified name.

Declaration
public SideButtonBase[] Find(string name)
Public Function Find(name As String) As SideButtonBase()
Parameters
Type Name Description
string name

A string value that indicates the name of the object to retrieve from the collection

Returns
Type Description
SideButtonBase[]

An INamedObject object with the specified name within the collection.