ExcelSchemaProvider.ColumnBaseName Property
In This Article
Specifies a string part in a generated column name. This part is appended by a column number.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#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:
- The ExcelSourceOptionsBase.UseFirstRowAsHeader property is set to false.
- The ExcelSourceOptionsBase.UseFirstRowAsHeader property is set to true but the row content is empty.
When the ColumnBaseName property is used, a column name is generated in the following format: ColumnBaseName + column index.
See Also