Class WriteHeader

Whether or not to write a header row when serializing.

Inheritance
System.Object
WriteHeader
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class WriteHeader : Enum

Fields

Always

The first row written by the writer will be a header row.

Actually writing the row will be deferred until the first row is of data is written, or the writer is disposed.

Declaration
public const WriteHeader Always
Field Value
Type Description
WriteHeader

Never

No header row will be written the writer.

Declaration
public const WriteHeader Never
Field Value
Type Description
WriteHeader

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte
In This Article
Back to top Generated by DocFX