[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldDateGroupOptions.AutoEnd

AutoEnd Property

AutoEnd

Gets or sets whether the last date is determined from the PivotCache instead of End. When this value is false, End must be set when grouping is applied.

Declaration
public bool AutoEnd { get; set; }
Public Property AutoEnd As Boolean
Examples
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.AutoEnd = false;
bool autoEnd = options.AutoEnd;