Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataBarRule Interface / RightToLeft Property


In This Topic
    RightToLeft Property (IExcelDataBarRule)
    In This Topic
    Gets or sets a value indicating whether the data bar grows from right to left.
    Syntax
    'Declaration
     
    Property RightToLeft As Boolean
    'Usage
     
    Dim instance As IExcelDataBarRule
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    bool RightToLeft {get; set;}

    Property Value

    true if the data bar grows from right to left; otherwise, false.
    See Also