# Searching Features

Spread for ASP.NET allows you to search the cell text, headers, notes, or tags programmatically. Learn more in documentation.

## Content



You can programmatically search the cell text, headers, notes, or tags. You can also specify the starting row and column and the ending row and column.

Use the [Search](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.FpSpread.Search.html) method or the [SearchHeaders](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.FpSpread.SearchHeaders.html) method of the [FpSpread](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.FpSpread.html) object. For more information, refer to [Searching for Data with Code](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-interaction/spweb-interact-control/spweb-searchcode).