Spread Windows Forms 12.0 Product Documentation
IncludeNumber Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : IncludeNumber Property
Gets or sets a value indicating whether the style includes the NumberFormat property.
Syntax
'Declaration
 
Property IncludeNumber As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.IncludeNumber = value
 
value = instance.IncludeNumber
bool IncludeNumber {get; set;}

Property Value

true if the style includes the NumberFormat property; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members