Overload | Description |
---|---|
FindAll<TTarget>() | Retrieves all the T that match the specified type TTarget. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |
FindAll<TTarget>(Predicate<TTarget>) | Retrieves all the T that match the specified type TTarget and match the conditions defined by the specified predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |