MESCIUS SPREAD for Windows Forms 15.0J
GetRichValue(Int32,Int32,Int32,Int32) メソッド

セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
データ範囲のリッチ値を取得します。
構文
'宣言
 
Public Overloads Function GetRichValue( _
   ByVal row1 As Integer, _
   ByVal column1 As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As IRichValue
public IRichValue GetRichValue( 
   int row1,
   int column1,
   int row2,
   int column2
)

パラメータ

row1
セル範囲の一番上の行のインデックスを示す整数値。
column1
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。

戻り値の型

コンテキストGrapeCity.CalcEngine.IRichValueオブジェクト。
参照

Worksheet クラス
Worksheet メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.