From http://www.w3schools.com (Copyright Refsnes Data)
Complete TableCell Control Reference
The ColumnSpan property is used to set or return number of columns the TableCell spans in a Table control.
|
<asp:TableCell ColumnSpan="num" runat="server"> Some content </asp:TableCell> |
| Attribute | Description |
|---|---|
| num | Specifies the number of columns the TableCell spans |
ExampleThe following example sets the ColumnSpan mode to "2":
Show example » |
Complete TableCell Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)