Invalidate the current cell.
[Visual Basic]
Overloads Public Sub RefreshCell()
[C#]
public void RefreshCell()
[Delphi]
public procedure RefreshCell(); overload;
Example
The following code repaints the current cell:
Me.C1TrueDBGrid1.Columns(0).RefreshCell()
· C#
this.c1TrueDBGrid1.Columns[0].RefreshCell();
· Delphi
Self.C1TrueDBGrid1.Columns[0].RefreshCell;
See Also
C1DataColumn Class | C1DataColumn Members | C1.Win.C1TrueDBGrid Namespace | C1DataColumn.RefreshCell Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |