Share via


ModelRelationship.FromColumn property

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

Syntax

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

value = instance.FromColumn

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

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

ModelRelationship class

ModelRelationship members

DocumentFormat.OpenXml.Office15.Excel namespace