TRVReportTableItemInfo.SetCellName

<< Click to display table of contents >>

TRVReportTableItemInfo.SetCellName

Assigns Value to ReportCells[Row, Col].Name as an editing operation.

procedure SetCellName(

  const Value: TRVUnicodeString; 

  Row, Col: Integer);

If the table is inserted in an editor, this method assigns the property as an editing (undoable) operation. Otherwise, it works like a direct assignment to the property.