Spread Windows Forms 11.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 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

Reference

FpSpread Class
FpSpread Members