'宣言 Public Function IsValidValue( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.Object, _ ByRef invalidMessage As System.String _ ) As System.Boolean
public System.bool IsValidValue( System.int row, System.int column, System.object value, out System.string invalidMessage )
パラメータ
- row
- column
- value
- invalidMessage
- 値が無効な場合はエラーメッセージを表示します。