DisplayBlanksAsType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class DisplayBlanksAsType extends System.Enum
Determines how missing data will be displayed.
Fields
Field | Description |
---|---|
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. |
Gap
public static final int Gap
Specifies that blank values shall be left as a gap.
Span
public static final int Span
Specifies that blank values shall be spanned with a line.
Zero
public static final int Zero
Specifies that blank values shall be treated as zero.