WebCells.SetRowCaption

WebCells.SetRowCaption method

Sets the caption for the row.

public void SetRowCaption(int row, string caption)
ParameterTypeDescription
rowInt32Row index.
captionStringThe row caption. Pass null or empty string if you want cancel the caption.

See Also