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

FieldDescription
GapSpecifies that blank values shall be left as a gap.
SpanSpecifies that blank values shall be spanned with a line.
ZeroSpecifies 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.