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