Spread WPF 17
GrapeCity.Excel Namespace / IExcel2010DataBarRule Interface / ShowBorder Property


In This Topic
    ShowBorder Property (IExcel2010DataBarRule)
    In This Topic
    Specifies whether the data bar has a border.
    Syntax
    'Declaration
     
    Property ShowBorder As Boolean
    'Usage
     
    Dim instance As IExcel2010DataBarRule
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    bool ShowBorder {get; set;}
    See Also