Table.GetWrap Method

Gets the wrap state of the specified cell. When true, the line of text is split (if it contain spaces) into more lines so that their lengths are less than cell width/>. When false, the line is truncated if it goes beyond the cell width"/>.
Public Function GetWrap( _ 
ByVal row As Integer, _ 
ByVal col As Integer
) As Boolean
This language is not supported or no code example is available.
public bool GetWrap( 
int row
int col 
)
This language is not supported or no code example is available.

Parameters

row
int

Row index

col
int

Column index

Return Value

bool
Remarks
 
If the value is true and there are no spaces before the cell width of the text, the split is done at the first available space.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition