CodeRush を使用してコードのチャンクをすばやくコメントアウトする方法はありますか?
'For narCounter = 0 To UBound(arPDFFiles)
' 'Add the PDF File Names to the Data Table.
' rowPDF = dtPDF.NewRow
' rowPDF("PDFDocument") = arPDFFiles(narCounter)
' dtPDF.Rows.Add(rowPDF)
'Next