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


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