DisplayBlanksAsType
DisplayBlanksAsType class
Determines how missing data will be displayed.
Constants
Name | Value | Description |
---|---|---|
Gap | 0 | Specifies that blank values shall be left as a gap. |
Span | 1 | Specifies that blank values shall be spanned with a line. |
Zero | 2 | Specifies that blank values shall be treated as zero. |
Gap
Specifies that blank values shall be left as a gap.
Span
Specifies that blank values shall be spanned with a line.
Zero
Specifies that blank values shall be treated as zero.