Excel for UWP/WinRT
AutoScale プロパティ

印刷出力に使用される拡大モードを取得または設定します。
構文
'宣言
 
Public Property AutoScale As System.Boolean
public System.bool AutoScale {get; set;}
解説

AutoScale を true に設定した場合、印刷されるシートは、FitPagesAcross プロパティと FitPagesDown プロパティで指定されたページ数に合わせて自動的に拡大縮小されます。

AutoScale を false に設定した場合、印刷されるシートは、ScalingFactor プロパティの値に基づいて拡大縮小されます。

Requirements

Target Platforms: 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

参照

関連項目

XLPrintSettings クラス
XLPrintSettings メンバ

Send Feedback