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


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

    Property Value

    An int that indicates the maximum value.
    See Also