Click or drag to resize
CellExcludeStyle Method
Remove, in this cell's style, the attributes that are included in the given style.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool ExcludeStyle(
	Style style
)

Parameters

style
Type: Stingray.GridStyle
The style to look into.

Return Value

Type: Boolean
true on success.
See Also