Item

PageTableArea indexer

按行和列索引获取表格单元格。

public PageTableAreaCell this[int rowIndex, int columnIndex] { get; }
范围 描述
rowIndex 单元格行的从零开始的索引。
columnIndex 单元格列的从零开始的索引。

返回值

的实例PageTableAreaCell班级;无效的如果没有找到单元格。

也可以看看