C# Class LayoutFarm.UI.GridColumn

Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetCell ( int rowIndex ) : GridCell
GetTopDownGridCellIter ( ) : IEnumerable
GridColumn ( int columnWidth ) : System
ToString ( ) : string

Private Methods

Method Description
AddRowRange ( IEnumerable rows, int count ) : void
ClearAllRows ( ) : void
CreateGridItemForRow ( GridRow row ) : GridCell
InsertAfter ( int index, GridRow row ) : void
MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
RemoveRow ( GridRow row ) : void
SetParentColumnCollection ( GridTable parentColumnCollection ) : void

Method Details

GetCell() public method

public GetCell ( int rowIndex ) : GridCell
rowIndex int
return GridCell

GetTopDownGridCellIter() public method

public GetTopDownGridCellIter ( ) : IEnumerable
return IEnumerable

GridColumn() public method

public GridColumn ( int columnWidth ) : System
columnWidth int
return System

ToString() public method

public ToString ( ) : string
return string