MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 474

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 473
11 Functions – Alphabetical List
11-94
mlreportgen.dom.Table.row
Package: mlreportgen.dom
Access table row
Syntax
tableRowOut = row(tableObj,row)
Description
tableRowOut = row(tableObj,row) returns the table row at the specified row
number.
Examples
Color a Table Row
Color the second row of a table.
import mlreportgen.dom.*;
myReport = Document('myDoc','html');
t = Table(magic(5));
te = row(t,2);
te.Style = {Color('red')};
append(myReport,t);
close(myReport);
rptview('myDoc','html');
“Create and Format Tables”
Input Arguments
tableObj — Table containing entry
mlreportgen.dom.Table object | mlreportgen.dom.FormalTable object
Zobrazit stránku 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 985 986

Komentáře k této Příručce

Žádné komentáře