2.5.204 PivotCompProp
The PivotCompProp structure specifies the properties of a PivotTable string comparison.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fCompare |
reserved1 |
reserved2 |
|||||||||||||||||||||||||||||
... |
reserved3 |
fCompare (1 byte): A Boolean (section 2.5.14) that specifies the type of string comparison.
Value |
Meaning |
---|---|
0x0000 |
This is a wildcard pattern match. For the purposes of comparisons, the characters "?" and "*" are used as wildcards. A "?" refers to any single character, and a "*" refers to any number of characters. |
0x0001 |
This is a simple string comparison. |
reserved1 (1 byte): MUST be zero, and MUST be ignored.
reserved2 (4 bytes): MUST be zero, and MUST be ignored.
reserved3 (2 bytes): MUST be zero, and MUST be ignored.