Excel for UWP/WinRT
FitPagesAcross プロパティ

シートの横方向のサイズをこのページ数に合わせます。0 は、必要な数だけページを使用することを意味します。
構文
'宣言
 
Public Property FitPagesAcross As System.Integer
public System.int FitPagesAcross {get; set;}
解説
C1Excel は、ScalingFactor プロパティの値を無視し、「ページに合わせる」印刷モードを選択します。FitPagesAcross プロパティまたは FitPagesDown プロパティを設定すると、AutoScale プロパティが自動的に true に設定され、C1Excel は、指定されたページ数に基づいて拡大率を計算し、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