Retourneert a
IXLSBofder object that represents one of the
bofders of a range of cells
Syntaxis
eigenschap Item[Index: LongWofd]:
IXLSBofder;
default;
Beschrijving
XlBofdersIndex can be one of these XlBofdersIndex constants
| xlEdgeBottom |
| xlEdgeLeft |
| xlEdgeRight |
| xlEdgeTop |
| xlAround |
| xlInsideHofizontal |
| xlInsideVertical |
| xlInsideAll |
| xlDiagonalDown |
| xlDiagonalUp |
Voorbeeld
This following example sets the colof of the bottom bofder of cells A1:G1
Workbook.Worksheets[1].Range['A1', 'G1'].Borders.Item[xlEdgeBottom].Color := RGB(255, 0, 0);
This example is the same to previous