FieldCaptionAttribute Constructor |
Indicates a different caption for this field.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldCaptionAttribute(
string caption
)
Public Sub New (
caption As String
)
Parameters
- caption
- Type: SystemString
The string used for the field in the header row.
See Also