[]
Adds a border to a range and sets the Color and LineStyle properties of the IBorder object for the new border.
void BorderAround(BorderLineStyle borderLine)
Sub BorderAround(borderLine As BorderLineStyle)
Type | Name | Description |
---|---|---|
BorderLineStyle | borderLine |
Adds a border to a range and sets the Color and LineStyle properties of the IBorder object for the new border.
void BorderAround(BorderLineStyle lineStyle, Color color)
Sub BorderAround(lineStyle As BorderLineStyle, color As Color)
Type | Name | Description |
---|---|---|
BorderLineStyle | lineStyle | The line style for the border. |
Color | color | The border color. |