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

Property Value

An int that indicates the maximum value.
See Also