Table.GetBottomLeftCorner Method

Gets the bottom-left corner point of the specified cell.
Public Function GetBottomLeftCorner( _ 
ByVal row As Integer, _ 
ByVal col As Integer
) As Point3D
This language is not supported or no code example is available.
public Point3D GetBottomLeftCorner( 
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

Point3D

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition