ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableCommonStyle Class / TextDirection Property

In This Topic
    TextDirection Property (WorkbookTableCommonStyle)
    In This Topic
    Gets or sets the direction of text flow.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property TextDirection As TextDirectionType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public TextDirectionType TextDirection {get; set;}
    See Also