セルの
XLStyle書式設定値を使用する書式設定されたテキストを取得します。
'宣言
Public Function GetFormattedText( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.String
public System.string GetFormattedText(
System.int ,
System.int
)
パラメータ
- rowIndex
- 行のインデックス。
- colIndex
- 列のインデックス。
戻り値の型
行インデックスと列インデックスで指定されたセルの書式設定されたテキスト。