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