Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / RightToLeft Property
Example


In This Topic
    RightToLeft Property
    In This Topic
    Gets or sets a value that specifies whether each sparkline in the sparkline group is displayed in a right-to-left manner.
    Syntax
    'Declaration
     
    
    Public Property RightToLeft As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    public bool RightToLeft {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also