GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / Find Method


In This Topic
Find Method (TimeSpanDisplayFieldCollectionInfo)
In This Topic
Finds the item using the specified name.
Overload List
OverloadDescription
Finds the item using the specified name. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<TimeSpanDisplayFieldInfo>)
Searches for a T that matches the specified type TTarget, and returns the first occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
Searches for a T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the first occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
See Also