FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Equals Method |
FarPoint.Web.Spread.Row r;
bool b;
r = FpSpread1.ActiveSheetView.Rows[0];
b = r.Equals(FpSpread1.ActiveSheetView.Rows[0])
Dim r As FarPoint.Web.Spread.Row dim b as Boolean r = FpSpread1.ActiveSheetView.Rows(0) b = r.Equals(FpSpread1.ActiveSheetView.Rows(0))
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional