Spread WinForms 15
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
See Also