Table.GetRectWidth Method

Gets the width of the specified cell.
Public Function GetRectWidth( _ 
ByVal row As Integer, _ 
ByVal col As Integer
) As Double
This language is not supported or no code example is available.
public double GetRectWidth( 
int row
int col 
)
This language is not supported or no code example is available.

Parameters

row
int

col
int

Return Value

double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition