Excel for UWP/WinRT
ScalingFactor プロパティ

シートの印刷時に使用する拡大率(% 単位)を取得または設定します。
構文
'宣言
 
Public Property ScalingFactor As System.Integer
public System.int ScalingFactor {get; set;}
解説
ScalingFactor プロパティを設定すると、AutoScale プロパティが自動的に false に設定されます。これにより、C1Excel は、選択された拡大率を使用し、FitPagesAcross および FitPagesDown プロパティの値を無視します。
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