Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / HasBorderVertical Property


In This Topic
    HasBorderVertical Property
    In This Topic
    Gets or sets a value indicating whether the chart data table has vertical cell borders.
    Syntax
    'Declaration
     
    Property HasBorderVertical As Boolean
    'Usage
     
    Dim instance As IDataTable
    Dim value As Boolean
     
    instance.HasBorderVertical = value
     
    value = instance.HasBorderVertical
    bool HasBorderVertical {get; set;}
    See Also