Property | Type | Description | |
---|---|---|---|
Cell | Cells.ICellVirtual | ||
Empty | |||
Grid | |||
Position |
Method | Description | |
---|---|---|
CellContext ( |
Constructor
|
|
CellContext ( |
Constructor
|
|
EndEdit ( bool cancel ) : bool |
Terminate the edit operation.
|
|
Equals ( |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
GetHashCode
|
|
Invalidate ( ) : void |
Invalidate this cell
|
|
IsEditing ( ) : bool |
True if this cell is currently in edit state, otherwise false.
|
|
IsEmpty ( ) : bool |
Returns true if the current struct is empty
|
|
Measure ( System maxLayoutArea ) : System.Drawing.Size |
If the cell is not linked to a grid the result is not accurate (Font can be null). Call InternalGetRequiredSize with RowSpan and ColSpan = 1.
|
|
StartEdit ( ) : void |
Start the edit operation with the current editor specified in the Model property.
|
|
ToString ( ) : string |
|
|
operator ( ) : bool |
|
Method | Description | |
---|---|---|
CellContext ( ) : System |
public CellContext ( |
||
pGridVirtual | ||
pPosition | ||
return | System |
public CellContext ( |
||
pGridVirtual | ||
pPosition | ||
pCell | Cells | |
return | System |
public EndEdit ( bool cancel ) : bool | ||
cancel | bool | If true undo all the changes |
return | bool |
public Measure ( System maxLayoutArea ) : System.Drawing.Size | ||
maxLayoutArea | System | SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value. |
return | System.Drawing.Size |