XmlColumnProperties.XPath Property

XPath.Represents the attribte in schema: xpath

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

Syntax

'Declaration
<SchemaAttrAttribute(, "xpath")> _
Public Property XPath As StringValue
    Get
    Set
'Usage
Dim instance As XmlColumnProperties
Dim value As StringValue

value = instance.XPath

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

XmlColumnProperties Class

XmlColumnProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace