Version

ScreenDpi Property

Gets or sets the Dpi to use when calculating row and column sizes for the workbook. If empty, the system Dpi will be used.
Syntax
public Size ScreenDpi {get; set;}
Exceptions
ExceptionDescription
System.ArgumentException Occurs when the specified value is not empty and does not have two positive values.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also