Свойство | Тип | Описание | |
---|---|---|---|
DirectGetCell | Cells.ICell | ||
DirectSetCell | void | ||
InsertCell | void | ||
RemoveCell | void |
Метод | Описание | |
---|---|---|
GetCell ( int p_iRow, int p_iCol ) : Cells.ICellVirtual |
Return the Cell at the specified Row and Col position.
|
|
Grid ( ) : System |
Constructor
|
|
InvalidateCell ( Cells p_Cell ) : void |
Force a redraw of the specified cell
|
|
InvalidateCell ( |
Force a cell to redraw. If Redraw is set to false this function has no effects. If ColSpan or RowSpan is greater than 0 this function invalidate the complete range with InvalidateRange
|
|
PositionToCellRange ( |
This method converts a Position to the real range of the cell. This is usefull when RowSpan or ColumnSpan is greater than 1. For example suppose to have at grid[0,0] a cell with ColumnSpan equal to 2. If you call this method with the position 0,0 returns 0,0-0,1 and if you call this method with 0,1 return again 0,0-0,1.
|
|
Redim ( int p_Rows, int p_Cols ) : void |
Set the number of columns and rows
|
|
SetCell ( |
Set the specified cell int he specified position. This method calls SetCell(int p_iRow, int p_iCol, Cells.ICellVirtual p_Cell)
|
|
SetCell ( int p_iRow, int p_iCol, Cells p_Cell ) : void |
Set the specified cell int he specified position. Abstract method of the GridVirtual control
|
|
this ( int row, int col ) : Cells.ICell |
Returns or set a cell at the specified row and col. If you get a ICell position occupied by a row/col span cell, and EnableRowColSpan is true, this method returns the cell with Row/Col span.
|
Метод | Описание | |
---|---|---|
CreateColumnsObject ( ) : SourceGrid.ColumnsBase |
Method used to create the columns object, in this class of type ColumnInfoCollection.
|
|
CreateRowsObject ( ) : SourceGrid.RowsBase |
Method used to create the rows object, in this class of type RowInfoCollection.
|
|
OnSortingRangeRows ( |
Fired when calling SortRangeRows method. If the range contains all the columns this method move directly the row object otherwise move each cell.
|
|
PaintCell ( DevAge graphics, |
Метод | Описание | |
---|---|---|
DirectGetCell ( |
||
DirectSetCell ( |
Array of cells
|
|
InsertCell ( int row, int col, Cells p_cell ) : void |
Insert the specified cell (for best performance set Redraw property to false)
|
|
RemoveCell ( int row, int col ) : void |
Remove the specified cell
|
protected CreateColumnsObject ( ) : SourceGrid.ColumnsBase | ||
Результат | SourceGrid.ColumnsBase |
protected CreateRowsObject ( ) : SourceGrid.RowsBase | ||
Результат | SourceGrid.RowsBase |
public GetCell ( int p_iRow, int p_iCol ) : Cells.ICellVirtual | ||
p_iRow | int | |
p_iCol | int | |
Результат | Cells.ICellVirtual |
public InvalidateCell ( Cells p_Cell ) : void | ||
p_Cell | Cells | |
Результат | void |
public InvalidateCell ( |
||
p_Position | ||
Результат | void |
protected OnSortingRangeRows ( |
||
e | ||
Результат | void |
protected PaintCell ( DevAge graphics, |
||
graphics | DevAge | |
cellContext | ||
drawRectangle | ||
Результат | void |
public PositionToCellRange ( |
||
pPosition | ||
Результат |
public Redim ( int p_Rows, int p_Cols ) : void | ||
p_Rows | int | |
p_Cols | int | |
Результат | void |
public SetCell ( |
||
p_Position | ||
p_Cell | Cells | |
Результат | void |
public SetCell ( int p_iRow, int p_iCol, Cells p_Cell ) : void | ||
p_iRow | int | |
p_iCol | int | |
p_Cell | Cells | |
Результат | void |
public this ( int row, int col ) : Cells.ICell | ||
row | int | |
col | int | |
Результат | Cells.ICell |