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