特定のセルの書式設定されたコンテンツを取得または設定します。
シンタックス
'宣言
Public Function GetDataFormatted( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Object
public System.object GetDataFormatted(
System.int ,
System.int
)
パラメータ
- row
- セルが含まれる行のインデックス。
- col
- セルが含まれる列のインデックス。
戻り値の型
セルの書式設定された値。
参照