'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'使用法 Dim row As Integer Dim column As Integer Dim instance As New CellReference(row, column)
'使用法
Dim row As Integer Dim column As Integer Dim instance As New CellReference(row, column)
public CellReference( int row, int column )
CellReference 構造体 CellReference メンバ
Copyright © 2004 GrapeCity inc.