Represents a list of cells. Row is also a cell list.
More...
|
List< ICell > | cells |
| List of cells.
|
|
int | rowHeight = 0 |
| Height of row.
|
|
bool | visible = true |
| Visibility.
|
|
int | rowindex = -1 |
| Index of row.
|
|
bool | pageBreak = false |
| Needs page preak.
|
|
bool | isFixed = false |
| Is the row fixed.
|
|
|
ICell | this[int index] [get, set] |
| Indexer of cells.
|
|
bool | IsFixed [get, set] |
| Is the row fixed.
|
|
int | Count [get] |
| Count of cells.
|
|
int | RowHeight [get] |
| Height of row.
|
|
bool | Visible [get, set] |
| Visibility of row.
|
|
int | RowIndex [get, set] |
| Index of row.
|
|
bool | PageBreak [get, set] |
| Needs pagebreak.
|
|
Represents a list of cells. Row is also a cell list.
◆ ICellList() [1/2]
IGraphics.Grid.ICellList.ICellList |
( |
int | columns, |
|
|
int | rowHeight ) |
Constructor.
- Parameters
-
columns | Count of columns. |
rowHeight | Height of row. |
◆ ICellList() [2/2]
IGraphics.Grid.ICellList.ICellList |
( |
int | rowHeight, |
|
|
List< ICell > | cells ) |
Constructor.
- Parameters
-
rowHeight | Height of row. |
cells | List of cells. |
◆ Add()
virtual void IGraphics.Grid.ICellList.Add |
( |
ICell | cell | ) |
|
|
virtual |
Adds cell to cell list.
- Parameters
-
◆ Copy()
virtual ICellList IGraphics.Grid.ICellList.Copy |
( |
| ) |
|
|
virtual |
Copies the cells.
- Returns
- Copied cell list.
◆ DrawRectangleTo()
Draws the merged cells.
- Parameters
-
◆ DrawSelectedFrame()
Draws the selected frame.
- Parameters
-
◆ GetArray()
virtual ICell[] IGraphics.Grid.ICellList.GetArray |
( |
| ) |
|
|
virtual |
Returns the array of cells.
- Returns
- Cell array.
◆ IndexOf()
virtual int IGraphics.Grid.ICellList.IndexOf |
( |
ICell | cell | ) |
|
|
virtual |
Returns the index of cell.
- Parameters
-
- Returns
- Index of cell.
◆ Initialize()
void IGraphics.Grid.ICellList.Initialize |
( |
int | columns, |
|
|
int | rowHeight ) |
|
protected |
Initializes the list.
- Parameters
-
columns | Count of columns. |
rowHeight | Height of row. |
◆ Insert()
virtual void IGraphics.Grid.ICellList.Insert |
( |
int | index, |
|
|
ICell | cell ) |
|
virtual |
Inserts cell at.
- Parameters
-
index | Index of insert. |
cell | Cell to insert. |
◆ Remove()
virtual void IGraphics.Grid.ICellList.Remove |
( |
ICell | cell | ) |
|
|
virtual |
◆ RemoveAt()
virtual void IGraphics.Grid.ICellList.RemoveAt |
( |
int | index | ) |
|
|
virtual |
Removes cell at index.
- Parameters
-
◆ SetBackColor()
virtual void IGraphics.Grid.ICellList.SetBackColor |
( |
IColor | color | ) |
|
|
virtual |
Sets back color to cells.
- Parameters
-
◆ SetDrawRectangle()
virtual void IGraphics.Grid.ICellList.SetDrawRectangle |
( |
bool | draw | ) |
|
|
virtual |
Sets the draw rectangle to all cell.
- Parameters
-
draw | Draws rectangle or not. |
◆ SetReadOnly()
virtual void IGraphics.Grid.ICellList.SetReadOnly |
( |
bool | readOnly | ) |
|
|
virtual |
Sets readonly attibute of all cells.
- Parameters
-
◆ SetRowHeight()
virtual void IGraphics.Grid.ICellList.SetRowHeight |
( |
int | rowHeight | ) |
|
|
virtual |
Sets the height of row.
- Parameters
-
◆ this[int index]
ICell IGraphics.Grid.ICellList.this[int index] |
|
getset |
Indexer of cells.
- Parameters
-
- Returns
- The cell.
The documentation for this class was generated from the following file:
- Z:/x4t/src/IGraphics/Grid/ICellList.cs