public interface IDataOptions
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutomaticGroupDateTimeInPivotTable()
Gets whether to automatic group Date/Time columns in PivotTables.
|
boolean |
getBigDecimalAsDouble()
Gets whether to treat big decimal as double.
|
void |
setAutomaticGroupDateTimeInPivotTable(boolean value)
Sets whether to automatic group Date/Time columns in PivotTables.
|
void |
setBigDecimalAsDouble(boolean value)
Sets whether to treat big decimal as double.
|
boolean getAutomaticGroupDateTimeInPivotTable()
void setAutomaticGroupDateTimeInPivotTable(boolean value)
boolean getBigDecimalAsDouble()
void setBigDecimalAsDouble(boolean value)
value - value of treat big decimal as double or not.