Click or drag to resize

FieldCaptionAttribute Constructor

Indicates a different caption for this field.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldCaptionAttribute(
	string caption
)

Parameters

caption
Type: SystemString
The string used for the field in the header row.
See Also