TIWCGJQCustomSpreadSheet.SetCellHtml(string,Integer,Integer,Integer) Method
Set cell html.
public procedure SetCellHtml(const AHTML: string; const ARowIndex: Integer; const AColIndex: Integer; const ASheetIndex: Integer = 0);
Parameters
- AHTML
- Type: string
New html code.
- ARowIndex
- Type: Integer
Row index.
- AColIndex
- Type: Integer
Column index.
- ASheetIndex
- Type: Integer
Sheet index, Default: 0