[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PivotFieldDateGroupOptions.End

End Property

End

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

When AutoEnd is true, this value is ignored and the last date is determined from the PivotCache.

Declaration
public DateTime? End { get; set; }
Public Property [End] As Date?
Examples
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.End = new DateTime(2024, 12, 31);
DateTime? end = options.End;