Version

ScreenDpi Property (Workbook)

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
'Declaration
 
Public Property ScreenDpi As SizeF
public SizeF 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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also