CacheField.UniqueList Property

Unique List Retrieved.Represents the attribte in schema: uniqueList

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

Syntax

'Declaration
<SchemaAttrAttribute(, "uniqueList")> _
Public Property UniqueList As BooleanValue
    Get
    Set
'Usage
Dim instance As CacheField
Dim value As BooleanValue

value = instance.UniqueList

instance.UniqueList = value
[SchemaAttrAttribute(, "uniqueList")]
public BooleanValue UniqueList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Spreadsheet Namespace