GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellReference 構造体 : CompareTo メソッド |
'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 )