Share via


Table.SortState Property

Sort State.Represents the element tag in schema: x:sortState

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

Syntax

'Declaration
Public Property SortState As SortState
    Get
    Set
'Usage
Dim instance As Table
Dim value As SortState

value = instance.SortState

instance.SortState = value
public SortState SortState { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SortState
Returns SortState.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace