GetColumnCaption

Worksheet.GetColumnCaption method

获取列标题。如果未设置标题,则返回空字符串。

public string GetColumnCaption(int column)
范围类型描述
columnInt32列索引。

返回值

列标题。如果未设置标题,则返回空字符串。

也可以看看