Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DocumentProperties Property


In This Topic
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

Property Value

A DocumentProperties object represents all properties of the Spread document.
See Also