IDataSourceColumnTypeDetector.GetColumnName(Int32, Int32, CellRange) Method
Returns a name of the data source column.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that is the index of the worksheet column used in the binding range. |
offset | Int32 | An integer that is the column offset in the binding range. |
range | CellRange | A CellRange object that is the binding range for which a column name is obtained. |
Returns
Type | Description |
---|---|
String | A string that is the name of the data source column. |
See Also