'Declaration Public Sub AddCell( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Public Sub AddCell( _ ByVal row As Integer, _ ByVal column As Integer _ )
'使用法 Dim instance As FormulaDependentInfos Dim row As Integer Dim column As Integer instance.AddCell(row, column)
'使用法
Dim instance As FormulaDependentInfos Dim row As Integer Dim column As Integer instance.AddCell(row, column)
public void AddCell( int row, int column )
FormulaDependentInfos クラス FormulaDependentInfos メンバ
Copyright © 2004 GrapeCity inc.