Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Number Property


In This Topic
Number Property (DocumentProperty)
In This Topic
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

Property Value

A double represents the number value
See Also