'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 FormulaDependentInfos.Cell(row, column)
'使用法
Dim row As Integer Dim column As Integer Dim instance As New FormulaDependentInfos.Cell(row, column)
public FormulaDependentInfos.Cell( int row, int column )
FormulaDependentInfos.Cell 構造体 FormulaDependentInfos.Cell メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.