Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / TextRotation Property

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