'宣言 Public Function CompareTo( _ ByVal other As RangeReference _ ) As System.Integer
public System.int CompareTo( RangeReference other )
パラメータ
- other
- このRangeReferenceと比較する RangeReference 。
戻り値の型
比較するRangeReference値の相対的順序を示す値。戻り値の意味は次のとおりです。0より小さい: このオブジェクトはotherパラメーターより小さい。0: このオブジェクトはotherパラメーターと等しい。0より大きい: このオブジェクトはotherパラメーターより大きい。