WebCells.GetRowCaption

WebCells.GetRowCaption method

Gets the row caption. If the caption is not set, returns empty string.

public string GetRowCaption(int row)
ParameterTypeDescription
rowInt32Row index.

Return Value

The row caption. If the caption is not set, returns empty string.

See Also