'Declaration
Public Sub SetThemeOutline( _ ByVal lineStyle As LineStyle, _ Optional ByVal themeColor As ThemeColor _ )
'Usage
Dim instance As BorderCollection Dim lineStyle As LineStyle Dim themeColor As ThemeColor instance.SetThemeOutline(lineStyle, themeColor)
public void SetThemeOutline( LineStyle lineStyle, ThemeColor themeColor )
Parameters
- lineStyle
- The style that will be used for the four Borders.
- themeColor
The ThemeColor that will be used for the four Borders.
The default value is null, which sets their color to black.