Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / TextRotation Property


In This Topic
    TextRotation Property (Alignment)
    In This Topic
    Gets or sets the text rotation in cells.
    Syntax
    'Declaration
     
    
    Public Property TextRotation As Integer
    'Usage
     
    
    Dim instance As Alignment
    Dim value As Integer
     
    instance.TextRotation = value
     
    value = instance.TextRotation
    public int TextRotation {get; set;}

    Property Value

    An integer value represents the text rotation in cells.
    See Also