'Declaration Public Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'Declaration
Public Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
public object GetUnboundValue( int row, int column )
object o; o = dataModel.GetUnboundValue(3, 0);
Dim o As Object o = dataModel.GetUnboundValue(3, 0)
DefaultSheetDataModel クラス DefaultSheetDataModel メンバ
© 2003-2015, GrapeCity inc. All rights reserved.