Table.SetAlignment Method

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

Parameters

row
int

Row index

col
int

Column index

alignment
alignmentType

Text alignment

Remarks
 
Call EntityList.Regen after changing this value.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition