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


In This Topic
    Rotation Property (ExcelXFormat)
    In This Topic
    Rotation
    Syntax
    'Declaration
     
    
    Public Overridable Property Rotation As Byte
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Byte
     
    instance.Rotation = value
     
    value = instance.Rotation
    public virtual byte Rotation {get; set;}
    See Also