Click or drag to resize
GridControlSetValueRange Method (Range, String, ModifyType)
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,
	string value,
	ModifyType modifyType
)

Parameters

range
Type: Stingray.GridRange
The range of cells.
value
Type: SystemString
The string value for each cell.
modifyType
Type: Stingray.GridModifyType
How style is applied to the range. Note that Remove is invalid.

Return Value

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

Return Value

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