'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
.