バージョン

Compare メソッド

指定したセルのセル値を比較します。
シンタックス
'宣言
 
Function Compare( _
   ByVal cell1 As UltraGridCell, _
   ByVal cell2 As UltraGridCell _
) As Integer
int Compare( 
   UltraGridCell cell1,
   UltraGridCell cell2
)

パラメータ

cell1
UltraGridCell
cell2
UltraGridCell
参照