C# Class LayoutFarm.UI.GridTable

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
GetCell ( int rowId, int columnId ) : GridCell
GetColumnIter ( ) : IEnumerable
GetRowIter ( ) : IEnumerable
GridTable ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

GetCell() public method

public GetCell ( int rowId, int columnId ) : GridCell
rowId int
columnId int
return GridCell

GetColumnIter() public method

public GetColumnIter ( ) : IEnumerable
return IEnumerable

GetRowIter() public method

public GetRowIter ( ) : IEnumerable
return IEnumerable

GridTable() public method

public GridTable ( ) : System
return System