Name

TableStyle

Synopsis

The TableStyle class is primarily used by control developers. It encapsulates some the formatting options that can be applied to an HTML table. These options correspond to properties of the Table class.

Public Class TableStyle : Inherits Style
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal bag As System.Web.UI.StateBag) 
' Public Instance Properties
   Overridable Public Property BackImageUrl As String  
   Overridable Public Property CellPadding As Integer  
   Overridable Public Property CellSpacing As Integer  
   Overridable Public Property GridLines As GridLines  
   Overridable Public Property HorizontalAlign As HorizontalAlign  
' Public Instance Methods
   Overrides Public Sub AddAttributesToRender(
        ByVal writer As System.Web.UI.HtmlTextWriter, 
        ByVal owner As WebControl) 
   Overrides Public Sub CopyFrom(ByVal s As Style) 
   Overrides Public Sub MergeWith(ByVal s As Style) 
   Overrides Public Sub Reset() 
End Class

Hierarchy

System.ObjectSystem.MarshalByRefObject System.ComponentModel.Component(System.ComponentModel.IComponent, System.IDisposable)Style(System.Web.UI.IStateManager) TableStyle

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.