2.9.19 BrcCvOperand
The BrcCvOperand structure specifies border colors.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cb |
rgcv (variable) |
||||||||||||||||||||||||||||||
... |
cb (1 byte): An unsigned integer value that specifies the size, in bytes, of rgcv. This value MUST be 4*n, where n is the number of cells in the table row.
rgcv (variable): An array of COLORREF. Each COLORREF specifies the color of the border for the corresponding cell in the table row, starting from the logical, left-most cell. If any of the COLORREFs in this array have the following value, it specifies that there is no corresponding border.
-
-
Member
-
Value
-
Red
-
0xFF
-
Green
-
0xFF
-
Blue
-
0xFF
-
fAuto
-
0xFF
-
-