[]
Gets or sets the display name of the created custom group.
If this value is null or empty, a default group name is used when grouping is applied. If the specified name already exists, grouping fails.
public string Name { get; set; }
Public Property Name As String
PivotFieldCustomGroupOptions options = new PivotFieldCustomGroupOptions();
options.Name = "Fruit Group";
string name = options.Name;