网页
图片
视频
学术
词典
地图
更多
航班
笔记本
HtmlTableRow
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Notice
that the Cells
property
of
a
row
,
represented
by an
HtmlTableRow
object
,
is
the HtmlTableCellCollection
collection
.
注意
,
HtmlTableRow
对象
所
表示
的
行
的
Cells
属性
是
HtmlTableCellCollection
集合
。
msdn2.microsoft.com
2.
The
HtmlTableRow
class
allows
you
to
control
the
appearance
of
each
individual
row
in the
table
.
HtmlTableRow
类
使
您
可以
控制
表
中
各个独立
行
的
外观
。
msdn2.microsoft.com
3.
Gets
or
sets
the
background
color
of
the
row
represented
by
an
instance
of the
HtmlTableRow
class
.
获取
或
设置
由
HtmlTableRow
类
的
实例
所
表示
的
行
的
背
景色
。
msdn2.microsoft.com
4.
Represents
a
collection
of
HtmlTableCell
objects
that are the
cells
of an
HtmlTableRow
control
.
表示
作为
HtmlTableRow
控件
的
单元
格
的
HtmlTableCell
对象
的
集合
。
msdn2.microsoft.com
5.
Represents
a
collection
of
HtmlTableRow
objects
that are the
rows
of an HtmlTable
control
.
表示
作为
HtmlTable
控件
的
行
的
HtmlTableRow
对象
的
集合
。
msdn2.microsoft.com
6.
The
HtmlTableRow
.
HtmlTableCellControlCollection
class
represents
a
collection
of
HtmlTableCell
objects
for an
HtmlTableRow
control
.
HtmlTableRow.HtmlTableCellControlCollection
类
表示
HtmlTableRow
控件
的
HtmlTableCell
对象
的
集合
。
msdn2.microsoft.com
7.
Each
Table
control
is made up of
rows
(
represented
by
instances
of
the
HtmlTableRow
class
)
stored
in
the
Rows
collection
of the
control
.
每个
Table
控件
由
存储
在
该
控件
的
Rows
集合
中
的
行
(
由
HtmlTableRow
类
的
实例
表示
)
组成
。
msdn2.microsoft.com
8.
Note
that
the
Rows
collection
of
an HtmlTable
control
contains
a
collection
of the
rows
(
HtmlTableRow
objects
)
in the
table
.
请
注意
,
HtmlTable
控件
的
Rows
集合
包含
表
中
的
行
(
HtmlTableRow
对象
)
的
集合
。
msdn2.microsoft.com
9.
You can
then
get
the
HtmlTableCell
object
that
represents
the
cell
in the
row
(
from
the Cells
collection
of
the
HtmlTableRow
object
)
.
然后
就
可以
获取
表示
该
行
中
的
该
单元格
的
HtmlTableCell
对象
(
从
HtmlTableRow
对象
的
Cells
集合
中
)
。
msdn2.microsoft.com
10.
An
HtmlTableRow
object
contains
a
Cells
property
that
represents
a
collection
of
HtmlTableCell
objects
.
HtmlTableRow
对象
包含
一
个
Cells
属性
,
该
属性
表示
HtmlTableCell
对象
的
集合
。
msdn2.microsoft.com
1
2