Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / Value Property


In This Topic
    Value Property (RotationAngle)
    In This Topic
    Gets or sets the value.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As Integer
    'Usage
     
    
    Dim instance As RotationAngle
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    public virtual int Value {get; set;}

    Property Value

    An int that indicates the value.
    See Also