标签: vb.net formatting excel-2010
我需要清除我正在使用的整个excel工作簿的所有格式。我知道使用VBA我可以通过写下来清除所有格式的工作簿:
Cells.Select Selection.ClearFormats
上述VBA代码的VB.NET等价物是什么?