SetRowCaption
GridWorksheet.SetRowCaption method
设置行的标题。
public void SetRowCaption(int row, string caption)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
caption | String | 行标题。如果要取消标题,请传递 null 或空字符串。 |
设置行的标题。
public void SetRowCaption(int row, string caption)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
caption | String | 行标题。如果要取消标题,请传递 null 或空字符串。 |