FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ClearRange Method |
'Declaration Public Sub ClearRange( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal dataOnly As Boolean _ )
FpSpread1.Sheets[0].ClearRange(0, 0, 2, 2, false);
FpSpread1.Sheets(0).ClearRange(0, 0, 2, 2, False)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional