IXlsPivotTableFieldGroupBy |
interface IXlsPivotTableFieldGroupBy : IDispatch { [id(1), propget] HRESULT Interval([out, retval]double* Interval); [id(1), propput] HRESULT Interval([in]double Interval); [id(2), propput] HRESULT MinimumValue([in]double minimumValue); [id(3), propput] HRESULT MaximumValue([in]double maximumValue); [id(4), propget] HRESULT DateInterval([out, retval]enumPivotShowFieldDateGroupBy* DateInterval); [id(4), propput] HRESULT DateInterval([in]enumPivotShowFieldDateGroupBy DateInterval); }
HRESULT Interval([out, retval]double* Interval);
HRESULT Interval([in]double Interval);
HRESULT MinimumValue([in]double minimumValue);
HRESULT MaximumValue([in]double maximumValue);
HRESULT DateInterval([out, retval]enumPivotShowFieldDateGroupBy* DateInterval);
HRESULT DateInterval([in]enumPivotShowFieldDateGroupBy DateInterval);