Click or drag to resize

PFItemHtmlHelperGetExcelValueText Method

Returns a text value for given field and current item, to be sent to ClosedXML API. When using date or number values, use invariant culture for serialization. When overriding, please check source.CustomFieldRenderer for any other custom renderer.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual string GetExcelValueText(
	PFField field,
	PFExcelDataExporter_Source source
)

Parameters

field
Type: Packflow.CorePFField
The target field
source
Type: Packflow.Interface.OfficePFExcelDataExporter_Source
The excel exporter source objet, providing information about items source and rendering options.

Return Value

Type: String
A string value to be sent to ClosedXml API
See Also