GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / FloatNumber Property


In This Topic
FloatNumber Property
In This Topic
Gets or sets the number value associated with the custom document property.
Syntax
'Declaration
 
Public Property FloatNumber As Double
 
'Usage
 
Dim instance As DocumentProperty
Dim value As Double
 
instance.FloatNumber = value
 
value = instance.FloatNumber

Property Value

A double represents the number value
See Also