Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoord Class / TriCoord Constructor / TriCoord Constructor(Int32,Int32,Int32)


In This Topic
    TriCoord Constructor(Int32,Int32,Int32)
    In This Topic
    Constructor
    Syntax
    '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)
    public TriCoord( 
       int sheet,
       int row,
       int col
    )

    Parameters

    sheet
    row
    col
    See Also