Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeNumber Property


In This Topic
    IncludeNumber Property
    In This Topic
    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