Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / TextOrientation Property


In This Topic
    TextOrientation Property (IDateTimeCellType)
    In This Topic
    Gets or sets text orientation.
    Syntax
    'Declaration
     
    
    Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As IDateTimeCellType
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    TextOrientation TextOrientation {get; set;}
    See Also