:: com :: sun :: star :: sheet ::

struct DataPilotFieldGroupInfo
Description
contains the grouping information of a DataPilotField.

Elements' Summary
HasAutoStart specifies whether the start value for the grouping is taken automatically  
HasAutoEnd specifies whether the end value for the grouping is taken automatically  
HasDateValues specifies whether date values are grouped  
Start specifies the start value for the grouping if HasAutoStart is false  
End specifies the end value for the grouping if HasAutoEnd is false  
Step specifies the steps between the groups  
GroupBy specifies the grouping of the date values.  
SourceField specifies the source field.  
Groups specifies the groups if there are some  
Elements' Details
HasAutoStart
boolean HasAutoStart;
Description
specifies whether the start value for the grouping is taken automatically
HasAutoEnd
boolean HasAutoEnd;
Description
specifies whether the end value for the grouping is taken automatically
HasDateValues
boolean HasDateValues;
Description
specifies whether date values are grouped
Start
double Start;
Description
specifies the start value for the grouping if HasAutoStart is false
End
double End;
Description
specifies the end value for the grouping if HasAutoEnd is false
Step
double Step;
Description
specifies the steps between the groups
GroupBy
long GroupBy;
Description
specifies the grouping of the date values.
SourceField
XDataPilotField SourceField;
Description
specifies the source field.
Groups
::com::sun::star::container::XNameAccess Groups;
Description
specifies the groups if there are some
Top of Page