|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomjQGrid > Methods > EditCell |
SIGNATURE=IWjQGrid.TIWCustomjQGrid.EditCell@Integer@Integer@Boolean
ETYPE=Method
Declaration:
Delphi: |
public procedure EditCell(const ARow: Integer; const ACol: Integer; AEdit: Boolean = True); overload; |
C++: |
void public: __fastcall EditCell(const int ARow, const int ACol, bool AEdit = True); |
Description: This is EditCell, a member of class TIWCustomjQGrid.