C# Class HTMLRenderer.HtmlTable

Inheritance: HtmlElement, ITable
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

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

Method Details

AddElement() public méthode

public AddElement ( IElement element ) : void
element IElement
Résultat void

HtmlTable() public méthode

public HtmlTable ( int rows, int cols ) : System
rows int
cols int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int row, int col ) : IElement
row int
col int
Résultat IElement