ComponentOne Studio for WinRT XAML
GetFormattedText メソッド (XLSheet)

行のインデックス。
列のインデックス。
セルの 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
列のインデックス。

戻り値の型

行インデックスと列インデックスで指定されたセルの書式設定されたテキスト。
参照

XLSheet クラス
XLSheet メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.