'Declaration Public Property Zoom As System.Single
'Usage Dim instance As ExcelWorksheet Dim value As System.Single instance.Zoom = value value = instance.Zoom
public System.float Zoom {get; set;}
'Declaration Public Property Zoom As System.Single
'Usage Dim instance As ExcelWorksheet Dim value As System.Single instance.Zoom = value value = instance.Zoom
public System.float Zoom {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than 0.1f or great than 4.0f. |