Spread Windows Forms 12.0 Product Documentation
Number Property (DocumentProperty)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Number Property
Gets or sets the number value associated with the custom document property.
Syntax
'Declaration
 
Public Property Number As Long
'Usage
 
Dim instance As DocumentProperty
Dim value As Long
 
instance.Number = value
 
value = instance.Number
public long Number {get; set;}

Property Value

A double represents the number value
See Also

Reference

DocumentProperty Class
DocumentProperty Members