RangeProperties.GroupBy Property

Group By.Represents the attribte in schema: groupBy

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "groupBy")> _
Public Property GroupBy As EnumValue(Of GroupByValues)
    Get
    Set
'Usage
Dim instance As RangeProperties
Dim value As EnumValue(Of GroupByValues)

value = instance.GroupBy

instance.GroupBy = value
[SchemaAttrAttribute(, "groupBy")]
public EnumValue<GroupByValues> GroupBy { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<GroupByValues>
Returns EnumValue<T>.

See Also

Reference

RangeProperties Class

RangeProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace