Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / RotationAngle Property

In This Topic
    RotationAngle Property (CellStyle)
    In This Topic
    Gets or sets the rotation angle of the content area (0, 90, 180 or 270 degrees). The default is 0.
    Syntax
    'Declaration
     
    Public Property RotationAngle As System.Integer
    public System.int RotationAngle {get; set;}
    See Also