ControlFormat.Min Property
Returns or sets the minimum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values less than this minimum value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Min As Integer
Get
Set
'Usage
Dim instance As ControlFormat
Dim value As Integer
value = instance.Min
instance.Min = value
int Min { get; set; }
Property Value
Type: System.Int32
Remarks
The value of the Min property must be less than the value of the Max property.