'Declaration Public Function New( _ ByVal sheet As Integer, _ ByVal row As Integer, _ ByVal col As Integer _ )
'Declaration
Public Function New( _ ByVal sheet As Integer, _ ByVal row As Integer, _ ByVal col As Integer _ )
'Usage Dim sheet As Integer Dim row As Integer Dim col As Integer Dim instance As New TriCoord(sheet, row, col)
'Usage
Dim sheet As Integer Dim row As Integer Dim col As Integer Dim instance As New TriCoord(sheet, row, col)
public TriCoord( int sheet, int row, int col )
TriCoord Class TriCoord Members Overload List