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


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

    Property Value

    An int that indicates the minimum value.
    See Also