Share via


ModelRelationship.ToTable property

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

Syntax

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

value = instance.ToTable

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

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

ModelRelationship class

ModelRelationship members

DocumentFormat.OpenXml.Office15.Excel namespace