Click or drag to resize
GridControlSetStyleRange Method (Range, Style)
Applies cell formattings to the specified range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool SetStyleRange(
	Range range,
	Style style
)

Parameters

range
Type: Stingray.GridRange
Range of cells to which the style should be applied.
style
Type: Stingray.GridStyle
The Style object to apply.

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
Remarks
Equivalent to SetStyleRange(range, style, Override).
See Also