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