Syntax
'Declaration
<XmlRootAttribute(ElementName="Relationship",
Namespace="http://schemas.openxmlformats.org/package/2006/relationships",
IsNullable=False)>
<XmlTypeAttribute("http://schemas.openxmlformats.org/package/2006/relationships")>
Public Class Relationship
'Usage
Dim instance As Relationship
[XmlRoot(ElementName="Relationship",
Namespace="http://schemas.openxmlformats.org/package/2006/relationships",
IsNullable=false)]
[XmlType("http://schemas.openxmlformats.org/package/2006/relationships")]
public class Relationship
Inheritance Hierarchy
System.Object
GrapeCity.Excel.OOXml.Relationship
See Also