SortState.ColumnSort Property

Definition

Sort by Columns

Represents the following attribute in the schema: columnSort

[DocumentFormat.OpenXml.SchemaAttr(0, "columnSort")]
public DocumentFormat.OpenXml.BooleanValue ColumnSort { get; set; }
public DocumentFormat.OpenXml.BooleanValue ColumnSort { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "columnSort")]
public DocumentFormat.OpenXml.BooleanValue? ColumnSort { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("columnSort")]
public DocumentFormat.OpenXml.BooleanValue? ColumnSort { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ColumnSort { get; set; }
member this.ColumnSort : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "columnSort")>]
member this.ColumnSort : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("columnSort")>]
member this.ColumnSort : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ColumnSort As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to