FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GetMergeCells(Int32,Int32,Int32,Int32) Method |
'Declaration Public Function GetMergeCells( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As ArrayList
protected override void Render(System.Web.UI.HtmlTextWriter writer) { ArrayList al; al = FpSpread1.GetMergeCells(0, 0, 2, 0); string msg = al.Count.ToString(); Response.Write("alert('" + msg + "')"); }
Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter) Dim al As ArrayList al = FpSpread1.GetMergeCells(0, 0, 2, 0) Dim msg As String = al.Count.ToString() Response.Write("alert('" & msg & "')") End Sub
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