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