Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / Rotation Property


In This Topic
    Rotation Property (ExtendedFormat)
    In This Topic
    Gets or sets the text orientation.
    Syntax
    'Declaration
     
    Public Property Rotation As Integer
    'Usage
     
    Dim instance As ExtendedFormat
    Dim value As Integer
     
    instance.Rotation = value
     
    value = instance.Rotation
    public int Rotation {get; set;}

    Property Value

    The orientation of the text.
    See Also