RowSortMap.Ref Property
Reference.Represents the attribte in schema: ref
Namespace: DocumentFormat.OpenXml.Office.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "ref")> _
Public Property Ref As StringValue
Get
Set
'Usage
Dim instance As RowSortMap
Dim value As StringValue
value = instance.Ref
instance.Ref = value
[SchemaAttrAttribute(, "ref")]
public StringValue Ref { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue