'Declaration
Public Sub SetInside( _ ByVal lineStyle As LineStyle, _ Optional ByVal color As Nullable(Of Color) _ )
'Usage
Dim instance As BorderCollection Dim lineStyle As LineStyle Dim color As Nullable(Of Color) instance.SetInside(lineStyle, color)
public void SetInside( LineStyle lineStyle, Nullable<Color> color )
Parameters
- lineStyle
- The style used for the Horizontal & Vertical Borders.
- color
The Color used for the Horizontal & Vertical Borders.
The default value is null, which sets their color to black.