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

Property Value

An int that indicates the minimum value.
See Also