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