Click or drag to resize
CellBordersIsAllBordersSame Method
Checks if all border styles are the same.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool IsAllBordersSame()

Return Value

Type: Boolean
true if and only if all border styles are the same, and false otherwise.
See Also