Table(Plane, Int32, Int32, Double(), Double(), Double, flowDirection) Constructor

Standard constructor.
Public Sub New( _ 
ByVal tablePlane As Plane, _ 
ByVal rows As Integer, _ 
ByVal columns As Integer, _ 
ByVal rowsHeights As Double(), _ 
ByVal columnsWidths As Double(), _ 
ByVal textHeight As Double, _ 
Optional ByVal direction As flowDirection = flowDirection.Down _ 
)
This language is not supported or no code example is available.
public Table( 
Plane tablePlane
int rows
int columns
double[] rowsHeights
double[] columnsWidths
double textHeight
flowDirection direction = flowDirection.Down 
)
This language is not supported or no code example is available.

Parameters

tablePlane
Plane

Orientation plane

rows
int

Number of rows

columns
int

Number of columns

rowsHeights
double[]

Array with the heights of the rows

columnsWidths
double[]

Array with the widths of the columns

textHeight
double

Default text height

direction
flowDirection

Flow direction

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition