PowerTools SPREAD for Windows Forms 8.0J
CompareTo(Cell) メソッド


このオブジェクトと比較するオブジェクト。
現在のオブジェクトを別のFormulaDependentInfos.Cellオブジェクトと比較します。
構文
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal other As FormulaDependentInfos.Cell _
) As Integer
'使用法
 
Dim instance As FormulaDependentInfos.Cell
Dim other As FormulaDependentInfos.Cell
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   FormulaDependentInfos.Cell other
)

パラメータ

other
このオブジェクトと比較するオブジェクト。

戻り値の型

比較するオブジェクトの相対的順序を示す32ビットの符号付き整数。戻り値の意味は次のとおりです。このオブジェクトがotherパラメーターより小さい場合はゼロ未満の値。このオブジェクトがotherと等しい場合はゼロ。このインスタンスがotherより大きい場合はゼロより大きい値。
参照

FormulaDependentInfos.Cell 構造体
FormulaDependentInfos.Cell メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.