Table.SetTextHeight Method

Sets the text height of the specified cell.
Public Sub SetTextHeight( _ 
ByVal row As Integer, _ 
ByVal col As Integer, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public void SetTextHeight( 
int row
int col
double height 
)
This language is not supported or no code example is available.

Parameters

row
int

Row index

col
int

Column index

height
double

Text height

Remarks
 
Call EntityList.Regen after changing this value.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition