GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > DataValidationCommand クラス > DataValidationCommand コンストラクタ : DataValidationCommand コンストラクタ(Worksheet,Int32,Int32,Reference[],DataValidationType,DataValidationErrorStyle,DataValidationOperator,String,String,Boolean,Boolean,Boolean,String,String,Boolean,String,String,ImeMode,Boolean) |
'宣言
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer, _ ByVal rangeRefs() As Reference, _ ByVal type As DataValidationType, _ ByVal errorStyle As DataValidationErrorStyle, _ ByVal operator As DataValidationOperator, _ ByVal formula1 As String, _ ByVal formula2 As String, _ ByVal ignoreBlank As Boolean, _ ByVal inCellDropdown As Boolean, _ ByVal showMessage As Boolean, _ ByVal promptTitle As String, _ ByVal promptMessage As String, _ ByVal showError As Boolean, _ ByVal errorTitle As String, _ ByVal errorMessage As String, _ ByVal imeMode As ImeMode, _ ByVal showInvalidCells As Boolean _ )
public DataValidationCommand( Worksheet worksheet, int contextRow, int contextColumn, Reference[] rangeRefs, DataValidationType type, DataValidationErrorStyle errorStyle, DataValidationOperator operator, string formula1, string formula2, bool ignoreBlank, bool inCellDropdown, bool showMessage, string promptTitle, string promptMessage, bool showError, string errorTitle, string errorMessage, ImeMode imeMode, bool showInvalidCells )