C# Class LayoutFarm.UI.GridColumn

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( int rowIndex ) : GridCell
GetTopDownGridCellIter ( ) : IEnumerable
GridColumn ( int columnWidth ) : System
ToString ( ) : string

Private Methods

Méthode 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 méthode

public GetCell ( int rowIndex ) : GridCell
rowIndex int
Résultat GridCell

GetTopDownGridCellIter() public méthode

public GetTopDownGridCellIter ( ) : IEnumerable
Résultat IEnumerable

GridColumn() public méthode

public GridColumn ( int columnWidth ) : System
columnWidth int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string