Sheet.CreateBorderSeparators Method

Creates the separator lines inside the drawing borders.
Protected Overridable Function CreateBorderSeparators( _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal rows As Integer, _ 
ByVal columns As Integer, _ 
Optional ByVal color As Nullable(Of Color) = null, _ 
Optional ByVal lineWeight As Single = DefaultFineLineWeight, _ 
Optional ByVal externalBorderGap As Double = DefaultExternalBorderGap _ 
) As Entity()
This language is not supported or no code example is available.
protected virtual Entity[] CreateBorderSeparators( 
double width
double height
int rows
int columns
Nullable<Color> color = null, 
float lineWeight = DefaultFineLineWeight, 
double externalBorderGap = DefaultExternalBorderGap 
)
This language is not supported or no code example is available.

Parameters

width
double

Width of the drawing border.

height
double

Height of the drawing border.

rows
int

Rows number of the drawing border (vertical subdivision).

columns
int

Colums number of the drawing border (horizontal subdivision).

color
Nullable<Color>

Border color. If null or empty, default color is black.

lineWeight
float

The line weight.

externalBorderGap
double

Gap between the border lines. It's also used to compute numbers and letters center point.

Return Value

Entity[]

.NET Framework

Supported in: 4.8

In this article

Definition