|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > jQuery > TIWjQGrid > Methods > SetCell |
SIGNATURE=IWjQGrid.TIWjQGrid.SetCell@Integer@Integer@string
ETYPE=Method
Declaration:
Delphi: |
published procedure SetCell(const ARow: Integer; const ACol: Integer; const AValue: string); override; |
C++: |
void __published: virtual __fastcall SetCell(const int ARow, const int ACol, const String AValue); |
Description: republished from TIWCustomjQGrid