Click or drag to resize
GridControlSetValueRange Method (Range, Style)
Sets a range of cells to the specified value.

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

Parameters

range
Type: Stingray.GridRange
The range of cells.
style
Type: Stingray.GridStyle
The Style for each cell.

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
See Also