Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / Rotation Property


In This Topic
    Rotation Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the rotation.
    Syntax
    'Declaration
     
    
    Public Property Rotation As String
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As String
     
    instance.Rotation = value
     
    value = instance.Rotation
    public string Rotation {get; set;}

    Property Value

    The rotation.
    See Also