RangeProperties.GroupBy Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrupar por
Representa el atributo siguiente en el esquema: 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)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos