Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / Rotation Property


In This Topic
    Rotation Property (IExcelXF)
    In This Topic
    Text rotation in cell
    Syntax
    'Declaration
     
    
    Property Rotation As Byte
    'Usage
     
    
    Dim instance As IExcelXF
    Dim value As Byte
     
    instance.Rotation = value
     
    value = instance.Rotation
    byte Rotation {get; set;}
    See Also