java.lang.Objectcom.aspose.cells.DisplayUnitType
public class DisplayUnitType
Field Summary | ||
---|---|---|
static final int | HUNDREDS | |
Display unit is Hundreds. | ||
static final int | NONE | |
Display unit is None. | ||
static final int | THOUSANDS | |
Display unit is Thousands. | ||
static final int | MILLIONS | |
Display unit is Millions. | ||
static final int | BILLIONS | |
Display unit is Billions. | ||
static final int | TRILLIONS | |
Display unit is Trillions. |
Field Detail |
---|
HUNDREDS | |
public static final int HUNDREDS |
NONE | |
public static final int NONE |
THOUSANDS | |
public static final int THOUSANDS |
MILLIONS | |
public static final int MILLIONS |
BILLIONS | |
public static final int BILLIONS |
TRILLIONS | |
public static final int TRILLIONS |