SortState.CaseSensitive Property

Case Sensitive.Represents the attribte in schema: caseSensitive

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

Syntax

'Declaration
<SchemaAttrAttribute(, "caseSensitive")> _
Public Property CaseSensitive As BooleanValue
    Get
    Set
'Usage
Dim instance As SortState
Dim value As BooleanValue

value = instance.CaseSensitive

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SortState Class

SortState Members

DocumentFormat.OpenXml.Spreadsheet Namespace