DocumentProperties Property
In This Topic
Gets or sets the DocumentProperties object that represents all properties of the Spread document.
Syntax
'Declaration
Public Property DocumentProperties As DocumentProperties
'Usage
Dim instance As FpSpread
Dim value As DocumentProperties
instance.DocumentProperties = value
value = instance.DocumentProperties
public DocumentProperties DocumentProperties {get; set;}
Property Value
A DocumentProperties object represents all properties of the Spread document.
See Also