IValidation.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Add ( _
Type As XlDVType, _
AlertStyle As Object, _
Operator As Object, _
Formula1 As Object, _
Formula2 As Object _
)
'Usage
Dim instance As IValidation
Dim Type As XlDVType
Dim AlertStyle As Object
Dim Operator As Object
Dim Formula1 As Object
Dim Formula2 As Object
instance.Add(Type, AlertStyle, Operator, _
Formula1, Formula2)
void Add(
XlDVType Type,
Object AlertStyle,
Object Operator,
Object Formula1,
Object Formula2
)
Parameters
- Type
Type: Microsoft.Office.Interop.Excel.XlDVType
- AlertStyle
Type: System.Object
- Operator
Type: System.Object
- Formula1
Type: System.Object
- Formula2
Type: System.Object