'Declaration Public Property MinZoomFactor As Single
'Usage Dim instance As SheetView Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
public float MinZoomFactor {get; set;}
'Declaration Public Property MinZoomFactor As Single
'Usage Dim instance As SheetView Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
public float MinZoomFactor {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The assigned value is greater than 4 or less than 0.1. |
fpSpread1.AllowUserToTouchZoom = true;
fpSpread1.Sheets[0].MinZoomFactor = .1F;
FpSpread1.AllowUserToTouchZoom = True
FpSpread1.Sheets(0).MinZoomFactor = .1F