[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldDateGroupOptions.AutoStart

AutoStart Property

AutoStart

Gets or sets whether the first date 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
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.AutoStart = false;
bool autoStart = options.AutoStart;