[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.Find

Find Method

Find(string)

Finds the item using the specified name.

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

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

Returns
Type Description
T[]

An INamedObject object with the specified name within the collection.