Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IDataSourceColumnTypeDetector Methods

Provides the capability to identify the name and type of each column in a data source created from a cell range.
Name Description
GetColumnName(Int32, Int32, CellRange) Returns a name of the data source column.
GetColumnType(Int32, Int32, CellRange) Returns a type of the data source column.
See Also