Table.SetLineSpaceDistance Method

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

Parameters

row
int

Row index

col
int

Column index

value
double

Line space distance

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition