Excel for UWP/WinRT
FooterEven プロパティ

シートを印刷するときに偶数ページのフッターとして表示される文字列を取得または設定します。
構文
'宣言
 
Public Property FooterEven As System.String
public System.string FooterEven {get; set;}
解説
奇数ページのフッター文字列は Footer プロパティに含まれます。 この文字列の構造と埋め込まれるコマンドは、メインのヘッダー文字列と同じです。 詳細については、Header プロパティを参照してください。
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