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

In This Topic
    TextRotation Property (WorkbookTableCommonStyle)
    In This Topic
    Gets or sets the rotation angle of text.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property TextRotation As Integer
    [DefaultValue(0)]
    public int TextRotation {get; set;}
    See Also