SortCondition.CustomList Property

Custom List.Represents the attribte in schema: customList

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

Syntax

'Declaration
<SchemaAttrAttribute(, "customList")> _
Public Property CustomList As StringValue
    Get
    Set
'Usage
Dim instance As SortCondition
Dim value As StringValue

value = instance.CustomList

instance.CustomList = value
[SchemaAttrAttribute(, "customList")]
public StringValue CustomList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SortCondition Class

SortCondition Members

DocumentFormat.OpenXml.Spreadsheet Namespace