Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / RotateAngle Property


In This Topic
    RotateAngle Property (ExcelShape)
    In This Topic
    Gets or sets the rotate angle.
    Syntax
    'Declaration
     
    
    Public Property RotateAngle As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.RotateAngle = value
     
    value = instance.RotateAngle
    public int RotateAngle {get; set;}

    Property Value

    rotate angle
    See Also