[]
Configures the borders of the table cells in a range.
public static void SetBorders(this C1TextRange range, C1BorderFlags flags, Brush brush, double thickness)
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | A C1TextRange inside a table. |
| C1BorderFlags | flags | The borders to configure. |
| Brush | brush | The brush to use for the borders. |
| double | thickness | The thickness of the borders. |