FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : Equals Method |
FarPoint.Web.Spread.Column col;
bool b;
col = FpSpread1.ActiveSheetView.Columns[0];
b = col.Equals(FpSpread1.ActiveSheetView.Columns[0]);
ListBox1.Items.Add(b.ToString());
Dim col As FarPoint.Web.Spread.Column Dim b As Boolean col = FpSpread1.ActiveSheetView.Columns(0) b = col.Equals(FpSpread1.ActiveSheetView.Columns(0)) ListBox1.Items.Add(b.ToString())
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6