PFExcelDataExporter_Source.GetColumnHeaderValue Method |
Gets the text value for a specific field header.
Returns the
Name property in case of a Content-Type selection.
Uses the DisplayName in case of View selection.
Namespace:
Packflow.Interface.Office
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntaxpublic string GetColumnHeaderValue(
PFField field
)
Parameters
- field
- Type: Packflow.Core.PFField
The field to compute header for.
Return Value
Type:
StringThe header text value.
See Also