June 2002
Intermediate to advanced
816 pages
28h 12m
English
TableCell
This class represents individual table cells in a TableRow. The Text property allows you to
access the content stored in the cell. Most other properties are used to fine-tune its appearance. You can set Wrap to configure whether or
not the contents in a cell will wrap, and RowSpan and ColumnSpan to specify that a
cell should span the specified number of columns or rows.
Public Class TableCell : Inherits WebControl ' Public Constructors Public Sub New() ' Public Instance Properties Overridable Public Property ColumnSpan As Integer Overridable Public Property HorizontalAlign As HorizontalAlign Overridable Public Property RowSpan As Integer Overridable Public Property Text As String Overridable Public Property VerticalAlign As VerticalAlign Overridable Public Property Wrap As Boolean ' Protected Instance Methods Overrides Protected Sub AddAttributesToRender( ByVal writer As System.Web.UI.HtmlTextWriter) Overrides Protected Sub AddParsedSubObject( ByVal obj As Object) Overrides Protected Function CreateControlStyle() As Style Overrides Protected Sub RenderContents( ByVal writer As System.Web.UI.HtmlTextWriter) End Class
System.Object→ System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor)→WebControl(System.Web.UI.IAttributeAccessor)→ TableCell
Read now
Unlock full access