WorksheetFunction.Xor Method

Definition

Returns a logical exclusive OR of all arguments.

public bool Xor (object Arg1, object Arg2, object Arg3, object Arg4, object Arg5, object Arg6, object Arg7, object Arg8, object Arg9, object Arg10, object Arg11, object Arg12, object Arg13, object Arg14, object Arg15, object Arg16, object Arg17, object Arg18, object Arg19, object Arg20, object Arg21, object Arg22, object Arg23, object Arg24, object Arg25, object Arg26, object Arg27, object Arg28, object Arg29, object Arg30);
Public Function Xor (Arg1 As Object, Optional Arg2 As Object, Optional Arg3 As Object, Optional Arg4 As Object, Optional Arg5 As Object, Optional Arg6 As Object, Optional Arg7 As Object, Optional Arg8 As Object, Optional Arg9 As Object, Optional Arg10 As Object, Optional Arg11 As Object, Optional Arg12 As Object, Optional Arg13 As Object, Optional Arg14 As Object, Optional Arg15 As Object, Optional Arg16 As Object, Optional Arg17 As Object, Optional Arg18 As Object, Optional Arg19 As Object, Optional Arg20 As Object, Optional Arg21 As Object, Optional Arg22 As Object, Optional Arg23 As Object, Optional Arg24 As Object, Optional Arg25 As Object, Optional Arg26 As Object, Optional Arg27 As Object, Optional Arg28 As Object, Optional Arg29 As Object, Optional Arg30 As Object) As Boolean

Parameters

Arg1
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg2
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg3
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg4
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg5
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg6
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg7
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg8
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg9
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg10
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg11
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg12
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg13
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg14
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg15
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg16
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg17
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg18
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg19
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg20
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg21
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg22
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg23
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg24
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg25
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg26
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg27
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg28
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg29
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Arg30
Object

1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references.

Returns

BOOL

Applies to