GrapeCity SPREAD for Windows Forms 12.0J
CompareTo メソッド (CellReference)


このCellReferenceと比較するCellReference
現在のCellReferenceを別のCellReferenceと比較します。
構文
'Declaration
 
Public Function CompareTo( _
   ByVal other As CellReference _
) As Integer
'使用法
 
Dim instance As CellReference
Dim other As CellReference
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   CellReference other
)

パラメータ

other
このCellReferenceと比較するCellReference

戻り値の型

比較するCellReference値の相対的順序を示す値。戻り値の意味は次のとおりです。0より小さい: このオブジェクトはotherパラメーターより小さい。0: このオブジェクトはotherパラメーターと等しい。0より大きい: このオブジェクトはotherパラメーターより大きい。
参照

CellReference 構造体
CellReference メンバ

 

 


Copyright © 2004 GrapeCity inc.