row
类: mlreportgen.ppt.Table
命名空间: mlreportgen.ppt
访问表行
说明
返回 tableRowOut
= row(table
,rowNumber
)rowNumber
指定的行。
示例
为表行着色
为表格中的第三行涂上颜色。
import mlreportgen.ppt.*; ppt = Presentation('myTableRowMethod.pptx'); open(ppt); slide1 = add(ppt,'Title and Content'); t = Table(magic(5)); row3 = row(t,3); row3.BackgroundColor = 'red'; replace(slide1,'Content',t); close(ppt); rptview(ppt);
输入参数
table
— 包含行的表
mlreportgen.ppt.Table
对象
包含行的表,指定为 mlreportgen.ppt.Table
对象。
rowNumber
— 表行
double
表行,指定为 double
。double
是一个指示行位置的索引号。最上面一行的数字是 1
。
数据类型: double
输出参量
tableRowOut
— 表行对象
mlreportgen.ppt.TableRow
对象
表行对象,以 mlreportgen.ppt.TableRow
对象形式返回
版本历史记录
在 R2014b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)