Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excelシートの指定された列の行数をカウントするにはどうすればよいですか?
たとえば、スプレッドシートに 2 つの列があります。
A B --- ----- abc hi fff hello ccc hi hello
結果は次のようになります。
count of A column is 3 count of B column is 4
Microsoft Interop を使用してこれを行うにはどうすればよいですか?