Excel for UWP/WinRT
GetFormattedText メソッド

行のインデックス。
列のインデックス。
セルの XLStyle 書式設定値を使用する書式設定されたテキストを取得します。
構文
'宣言
 
Public Function GetFormattedText( _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer _
) As System.String
public System.string GetFormattedText( 
   System.int rowIndex,
   System.int colIndex
)

パラメータ

rowIndex
行のインデックス。
colIndex
列のインデックス。

戻り値の型

行インデックスと列インデックスで指定されたセルの書式設定されたテキスト。
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

参照

関連項目

XLSheet クラス
XLSheet メンバ

Send Feedback