Wiki Markup |
---|
{description} {excerpt}Inserts one or more rows at the specified position in the table.{excerpt} {signature:C#} public void InsertRows(int index, int numRows) {signature}{signature:vb.net} Public Sub InsertRows(ByVal index As Integer, ByVal numRows As Integer) {signature} {parameters} {param:index}The 0\-based index of the first row to insert.{param} {param:numRows}The number of rows to insert.{param} {example}{code:csharp|title=C#} tbl.InsertRows(2, 5);{code} {code:vb.net|title=vb.net} tbl.InsertRows(2, 5){code} {example} |
Page History
Overview
Content Tools