[]
Gets or sets whether the last number is determined from the PivotCache instead of End. When this value is false, End must be set when grouping is applied.
public bool AutoEnd { get; set; }
Public Property AutoEnd As Boolean
PivotFieldNumberGroupOptions options = new PivotFieldNumberGroupOptions();
options.AutoEnd = false;
bool autoEnd = options.AutoEnd;