public final class DisplayBlanksAsType
extends com.aspose.ms.System.Enum
Determines how missing data will be displayed.
Modifier and Type | Field and Description |
---|---|
static int |
Gap
Specifies that blank values shall be left as a gap.
|
static int |
Span
Specifies that blank values shall be spanned with a line.
|
static int |
Zero
Specifies that blank values shall be treated as zero.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Gap
Specifies that blank values shall be left as a gap.
public static final int Span
Specifies that blank values shall be spanned with a line.
public static final int Zero
Specifies that blank values shall be treated as zero.