GridCell.SetBorder

GridCell.SetBorder method

Sets borders(top,bottom,left and right) for a cell,all the borders have same borderstyle.

public void SetBorder(WebBorderStyle borderStyle)
ParameterTypeDescription
borderStyleWebBorderStyleThe border style.

See Also