In This Topic
Gets or sets the minimum value for this range.
Syntax
'Declaration
<JsonAttribute(False)>
Public Property Min As System.Double
'Usage
Dim instance As Range
Dim value As System.Double
instance.Min = value
value = instance.Min
[Json(false)]
public System.double Min {get; set;}
public read-write property Min: System.Double;
JsonAttribute()
public function get,set Min : System.double
[Json(false)]
public: __property System.double get_Min();
public: __property void set_Min(
System.double value
);
[Json(false)]
public:
property System.double Min {
System.double get();
void set ( System.double value);
}
See Also