RangeProperties.GroupBy Property

Definition

Group By

Represents the following attribute in the schema: groupBy

[DocumentFormat.OpenXml.SchemaAttr(0, "groupBy")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues> GroupBy { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues> GroupBy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "groupBy")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues>? GroupBy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("groupBy")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues>? GroupBy { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues>? GroupBy { get; set; }
member this.GroupBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "groupBy")>]
member this.GroupBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("groupBy")>]
member this.GroupBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GroupByValues> with get, set
Public Property GroupBy As EnumValue(Of GroupByValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to