Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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