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


In This Topic
    RightToLeft Property (IExcelSparklineGroup)
    In This Topic
    Specifies whether each sparkline in the sparkline group is displayed in a right-to-left manner.
    Syntax
    'Declaration
     
    Property RightToLeft As Boolean
    'Usage
     
    Dim instance As IExcelSparklineGroup
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    bool RightToLeft {get; set;}
    See Also