Title of document. Changing this does not change the document after the document has been created.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Header { get; set; }
Property Header As String
Get
Set
Dim instance As IDocument
Dim value As String
value = instance.Header
instance.Header = value
property String^ Header {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also