Click or drag to resize

PFExcelDataExporter_SourceGetColumnHeaderValue 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)
Syntax
C#
public string GetColumnHeaderValue(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField
The field to compute header for.

Return Value

Type: String
The header text value.
See Also