[]
Gets or sets the DocumentInfo object containing the information about the current document (such as author, company, and so on).
[TypeConverter(typeof(ExpandableObjectConverter))]
[C1OpenXmlSerialization("documentinfo.xml")]
public DocumentInfo DocumentInfo { get; set; }
<TypeConverter(GetType(ExpandableObjectConverter))>
<C1OpenXmlSerialization("documentinfo.xml")>
Public Property DocumentInfo As DocumentInfo