[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldNumberGroupOptions.AutoEnd

AutoEnd Property

AutoEnd

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.

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