Skip to main content
A newer version of this page is available. .

ExcelSchemaProvider.ColumnBaseName Property

Specifies a string part in a generated column name. This part is appended by a column number.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public virtual string ColumnBaseName { get; }

Property Value

Type Description
String

The string part of the generated column name.

Remarks

This property is used to generate a column name in the following scenarios:

When the ColumnBaseName property is used, a column name is generated in the following format: ColumnBaseName + column index.

See Also