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