[]
Gets or sets a value that indicates the minimum zoom factor for the active SheetView.
[Browsable(false)]
public float MinZoomFactor { get; set; }
<Browsable(False)>
Public Property MinZoomFactor As Single
Type | Description |
---|---|
float | A float value that represents the active SheetView minimum zoom factor. The default is 0.1f. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The assigned value is greater than 4 or less than 0.1. |