SetRowCaption

GridWorksheet.SetRowCaption method

设置行的标题。

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

也可以看看