Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / Find Method


In This Topic
    Find Method (CharBoxInfoCollection)
    In This Topic
    Searches for a T that matches the specified type TTarget, and returns the first occurrence within the entire collection.
    Overload List
    OverloadDescription
    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<CharBoxInfo>)
    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<CharBoxInfo>)
    See Also