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


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

パラメータ

other
このRangeReferenceと比較するRangeReference

戻り値の型

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

RangeReference 構造体
RangeReference メンバ

 

 


Copyright © 2004 GrapeCity inc.