Excel for UWP/WinRT
Indent プロパティ

この XLStyle のインデントセルのコンテンツを取得または設定します。
構文
'宣言
 
Public Property Indent As System.Integer
public System.int Indent {get; set;}
解説
このプロパティは、0~255 の値に設定する必要があります(Excel 2003 互換モードの場合は0~15)。 インデントは、2.5 ポイント(180 ツイップ)のステップを乗算した値(テキストのタブ値と同様)として計算されます。
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

参照

関連項目

XLStyle クラス
XLStyle メンバ

Send Feedback