[]
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.
public bool AutoStart { get; set; }
Public Property AutoStart As Boolean
PivotFieldNumberGroupOptions options = new PivotFieldNumberGroupOptions();
options.AutoStart = false;
bool autoStart = options.AutoStart;