[]
Represents the options related to data import and data analysis.
This interface provides data-related workbook settings, such as whether Date/Time columns are grouped automatically in PivotTables.
public interface IDataOptions
Public Interface IDataOptions
IDataOptions dataOptions = workbook.Options.Data;
dataOptions.AutomaticGroupDateTimeInPivotTable = false;
bool automatic = dataOptions.AutomaticGroupDateTimeInPivotTable;
| Name | Description |
|---|---|
| AutomaticGroupDateTimeInPivotTable | Gets or sets whether Date/Time columns are grouped automatically in PivotTables. This option controls whether Date/Time fields are grouped automatically when they are used in PivotTables. |