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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional