GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > CellReference 構造体 > CellReference コンストラクタ : CellReference コンストラクタ(Int32,Int32,CellRelation) |
'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal relation As CellRelation _ )
'使用法
Dim row As Integer Dim column As Integer Dim relation As CellRelation Dim instance As New CellReference(row, column, relation)