[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldNumberGroupOptions.AutoStart

AutoStart Property

AutoStart

Gets or sets whether the first number is determined from the PivotCache instead of Start. When this value is false, Start must be set when grouping is applied.

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