SetColumnCaption
GridWorksheet.SetColumnCaption method
为列设置标题。请注意这是一个扩展属性,不能保留在 excel 文件中
public void SetColumnCaption(int column, string caption)
范围 | 类型 | 描述 |
---|---|---|
column | Int32 | 列索引。 |
caption | String | 列标题。如果要取消标题,请传递 null 或空字符串。 |
为列设置标题。请注意这是一个扩展属性,不能保留在 excel 文件中
public void SetColumnCaption(int column, string caption)
范围 | 类型 | 描述 |
---|---|---|
column | Int32 | 列索引。 |
caption | String | 列标题。如果要取消标题,请传递 null 或空字符串。 |