Tr3v.Web.UI.TableBuilder Reference

This article is correct as of version 1.0.0.3 and was last updated 22nd August 2008.

« Back to application page
Email Image

Assemblies

Digg.Com
 public class DiggButton

DotNetKicks.Com
 public class DNKImage
 public class DNKLink

Tr3v.RSS
 public class Category
 public class Channel
 public class Enclosure
 public class Guid
 public class Image
 public class Item
 public class Languages
 public class MimeTypes
 public class Source

Tr3v.Web.UI
 public class TableBuilder
Requirements
Namespace: Tr3v.Web.UI
Assembly: TableBuilder.cs

Tr3v.Web.UI.TableBuilder
public class TableBuilder

TableBuilder Constructors
public method public TableBuilder(); Instantiate a new instance of the TableBuilder class.

TableBuilder Properties
public property public CssClass {get; set;} Gets or sets the css class of the html table.
public property public Id {get; set;} Gets or sets the Id of the html table.
public property public RightAlignNumericColumns {get; set;} Gets or sets a value indicating whether numeric columns should be right aligned.
public property public Table {get; set;} Gets the formatted table to be displayed a table on a Web page.

TableBuilder Methods
public method public void AddHeaderRow(params string[] values); Add a table header (<th></th>)

values
Values to be added as table headers.
public method public void AddRow(params string[] values); Add a table row (<td></td>)

values
Values to be added as table rows.
public method private void RightAlignRowCells(TableRow currentRow); Adds the css markup to cells in this row that should be right aligned.

currentRow
The row to align the cells within.