バージョン

Cells プロパティ (Selection)

現在選択に含まれている表セルが表す TableCellNode の IEnumerable を返します。(読み取り専用)
シンタックス
'宣言
 
Public ReadOnly Property Cells As IEnumerable(Of TableCellNode)
public IEnumerable<TableCellNode> Cells {get;}
参照