GrapeCity SPREAD for Windows Forms 12.0J
GetDataRestriction(Worksheet,Expression,DataValidationType) メソッド


データ検証を含むWorksheetオブジェクト。
チェックする式を示すGrapeCity.CalcEngine.Expressionオブジェクト。
ユーザー入力の検証に使用されるデータ検証のタイプを示す列挙体。
指定した式がデータ検証に使用できるかどうかを判断します。
構文
'Declaration
 
Public Overloads Shared Function GetDataRestriction( _
   ByVal worksheet As Worksheet, _
   ByVal expression As Expression, _
   ByVal type As DataValidationType _
) As DataRestrictions
'使用法
 
Dim worksheet As Worksheet
Dim expression As Expression
Dim type As DataValidationType
Dim value As DataRestrictions
 
value = DataValidations.GetDataRestriction(worksheet, expression, type)
public static DataRestrictions GetDataRestriction( 
   Worksheet worksheet,
   Expression expression,
   DataValidationType type
)

パラメータ

worksheet
データ検証を含むWorksheetオブジェクト。
expression
チェックする式を示すGrapeCity.CalcEngine.Expressionオブジェクト。
type
ユーザー入力の検証に使用されるデータ検証のタイプを示す列挙体。

戻り値の型

指定した式の制限理由を表すDataRestrictions値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.