SetColumnCaption

Worksheet.SetColumnCaption method

为列设置标题。请注意这是一个扩展属性,不能保留在 excel 文件中

public void SetColumnCaption(int column, string caption)
范围类型描述
columnInt32列索引。
captionString列标题。如果要取消标题,请传递 null 或空字符串。

也可以看看