Share via


ModelRelationship.ToColumn property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "toColumn")> _
Public Property ToColumn As StringValue
    Get
    Set
'Usage
Dim instance As ModelRelationship
Dim value As StringValue

value = instance.ToColumn

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

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

ModelRelationship class

ModelRelationship members

DocumentFormat.OpenXml.Office15.Excel namespace