Gets or sets a value indicating whether the style includes the
NumberFormat property.
bool IncludeNumber {get; set;}
'Declaration
Property IncludeNumber As Boolean
'Usage
Dim instance As IStyle
Dim value As Boolean
instance.IncludeNumber = value
value = instance.IncludeNumber
Property Value
true
if the style includes the
NumberFormat property; otherwise,
false
.