Click or drag to resize
GetStyleRowColEventArgs Constructor
Initializes a new GetStyleRowColEventArgs object for a given cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public GetStyleRowColEventArgs(
	uint row,
	uint col,
	Style style,
	CellModifyType cellModifyType,
	CellValueType retrievalType
)

Parameters

row
Type: SystemUInt32
The row index of the cell.
col
Type: SystemUInt32
The column index of the cell.
style
Type: Stingray.GridStyle
The style of the cell.
cellModifyType
Type: Stingray.GridCellModifyType
The type of operation.
retrievalType
Type: Stingray.GridCellValueType
The style type to retrieve (text, base style, or expression).
See Also