Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / Minimum Property


In This Topic
Minimum Property (ProgressCellType)
In This Topic
Gets or sets the minimum value for user entry in the progress indicator.
Syntax
'Declaration
 
Public Property Minimum As Integer
 
'Usage
 
Dim instance As ProgressCellType
Dim value As Integer
 
instance.Minimum = value
 
value = instance.Minimum
See Also