Spread Windows Forms 12.0 Product Documentation
DocumentProperties Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : DocumentProperties Property
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

Reference

FpSpread Class
FpSpread Members