有没有办法使用 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