FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : GetHashCode Method |
FarPoint.Win.Spread.Cell aCell; object o; bool b; o = fpSpread1.ActiveSheet.Cells[0, 0]; aCell = (FarPoint.Win.Spread.Cell)o; b = aCell.Equals(o); listBox1.Items.Add(b.ToString());
Dim aCell As FarPoint.Win.Spread.Cell Dim b As Boolean Dim o As Object o = FpSpread1.ActiveSheet.Cells(0, 0) aCell = o b = aCell.Equals(o) ListBox1.Items.Add(b.ToString())
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8