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