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