[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldDateGroupOptions.Start

Start Property

Start

Gets or sets the first date included in the grouped range.

When AutoStart is true, this value is ignored and the first date is determined from the PivotCache.

Declaration
public DateTime? Start { get; set; }
Public Property Start As Date?
Examples
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.Start = new DateTime(2024, 1, 1);
DateTime? start = options.Start;