GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > RangeReference 構造体 > RangeReference コンストラクタ : RangeReference コンストラクタ(Int32,Int32,CellRelation,Int32,Int32,CellRelation) |
'宣言
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 _ )
public RangeReference( int row, int column, CellRelation topLeftPosition, int row2, int column2, CellRelation bottomRightPosition )