Click or drag to resize
CellApplyNewStyle Method
Applies a new style stored in this cell object.

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

Parameters

style
Type: Stingray.GridStyle
The style to apply to this cell.

Return Value

Type: Boolean
true on success.
Remarks
Only attributes that are included in the source style and not yet included in the destination style are copied from the source style to the destination style.
See Also