Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataBarRule Class / RightToLeft Property


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

    Property Value

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