DataExportHelperGetColumnCaptionText Method |
Gets a caption for given column name.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax protected virtual string GetColumnCaptionText(
int columnIndex,
string tableName
)
Parameters
- columnIndex
- Type: SystemInt32
Index of column - tableName
- Type: SystemString
Name of a table
Return Value
Type:
StringCaption for a column
See Also