MESCIUS SPREAD for Windows Forms 15.0J
GetFormula メソッド (BuiltInDataValidation)

データ検証の最初の部分を取得する場合はtrue、データ検証の2番目の部分を返します。
コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
データ検証の指定した部分に関連付けられた値または数式を取得または設定します。
構文
'宣言
 
Public Function GetFormula( _
   ByVal first As Boolean, _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) As String
public string GetFormula( 
   bool first,
   int contextRow,
   int contextColumn
)

パラメータ

first
データ検証の最初の部分を取得する場合はtrue、データ検証の2番目の部分を返します。
contextRow
コンテキスト行インデックスを示す整数値。
contextColumn
コンテキスト列インデックスを示す整数値。

戻り値の型

データ検証の指定した部分に関連付けられた値または数式を表す文字列値。
参照

BuiltInDataValidation クラス
BuiltInDataValidation メンバ

 

 


© MESCIUS inc. All rights reserved.