'宣言 Public Function GetCellsInRow( _ ByVal rowIndex As Integer, _ ByVal includeMergedCells As Boolean _ ) As IEnumerable(Of TableCellNode)
public IEnumerable<TableCellNode> GetCellsInRow( int rowIndex, bool includeMergedCells )
指定した行が存在しない場合、このメソッドが空の列挙子を返します。その場合、メソッドが例外を発生しません。