Sheet.CreateBorderHorizontalTexts Method

Creates horizontal texts for the drawing border.
Protected Overridable Function CreateBorderHorizontalTexts( _ 
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 textHeight As Double = DefaultBorderTextHeight, _ 
Optional ByVal externalBorderGap As Double = DefaultExternalBorderGap, _ 
Optional ByVal useNumbers As Boolean = true, _ 
Optional ByVal reverseOrder As Boolean = false _ 
) As Entity()
This language is not supported or no code example is available.
protected virtual Entity[] CreateBorderHorizontalTexts( 
double width
double height
int rows
int columns
Nullable<Color> color = null, 
float lineWeight = DefaultFineLineWeight, 
double textHeight = DefaultBorderTextHeight, 
double externalBorderGap = DefaultExternalBorderGap, 
bool useNumbers = true, 
bool reverseOrder = false 
)
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

columns
int

color
Nullable<Color>

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

lineWeight
float

The line weight.

textHeight
double

Height for numbers and letters.

externalBorderGap
double

Gap between the border lines to compute numbers and letters center point.

useNumbers
bool

When true numbers are generated, otherwise letters.

reverseOrder
bool

When true texts are generated from left to right, otherwise they are generated from right to left (default behavior)

Return Value

Entity[]

.NET Framework

Supported in: 4.8

In this article

Definition