ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsExportSettings Class / RightToLeft Property

In This Topic
    RightToLeft Property (BaseXlsExportSettings)
    In This Topic
    Gets or sets a value indicating whether the XLS file should be displayed with right-to-left text direction.
    Syntax
    'Declaration
     
    Public Property RightToLeft As BoolDefaultExportSetting
    public BoolDefaultExportSetting RightToLeft {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether right-to-left text direction is enabled.
    See Also