SetCell

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCustomjQGrid > Methods >

SetCell

SIGNATURE=IWjQGrid.TIWCustomjQGrid.SetCell@Integer@Integer@string

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure SetCell(const ARow: Integer; const ACol: Integer; const AValue: string); virtual;

C++:

void public: virtual __fastcall SetCell(const int ARow, const int ACol, const String AValue);

 

Description: This is SetCell, a member of class TIWCustomjQGrid.