C# Class HTMLRenderer.HtmlTable

Inheritance: HtmlElement, ITable
Show file Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
AddElement ( IElement element ) : void
HtmlTable ( int rows, int cols ) : System
ToString ( ) : string
this ( int row, int col ) : IElement

Method Details

AddElement() public method

public AddElement ( IElement element ) : void
element IElement
return void

HtmlTable() public method

public HtmlTable ( int rows, int cols ) : System
rows int
cols int
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int row, int col ) : IElement
row int
col int
return IElement