Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

IDataSourceColumnTypeDetector.GetColumnName(Int32, Int32, Range) Method

Returns a name of the data source column.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

string GetColumnName(
    int index,
    int offset,
    Range range
)

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 Range

A Range 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