'宣言 Public Function GetCellsInRows( _ ByVal rowIndex As Integer, _ ByVal rowCount As Integer, _ ByVal includeMergedCells As Boolean _ ) As IEnumerable(Of TableCellNode)
public IEnumerable<TableCellNode> GetCellsInRows( int rowIndex, int rowCount, bool includeMergedCells )
テーブルの行数が rowIndex および rowCount パラメーターによって指定した数より小さい場合、このメソッドは、パラメーターの範囲に存在する行のセルを返します。その場合、メソッドが例外を発生しません。