Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoordCellData Class / TriCoordCellData Constructor / TriCoordCellData Constructor(Int32,Int32,Int32)


In This Topic
TriCoordCellData 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 TriCoordCellData(sheet, row, col)

Parameters

sheet
row
col
See Also