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