'Declaration
Public Event FetchRowStyle As FetchRowStyleEventHandler
public event FetchRowStyleEventHandler FetchRowStyle
Event Data
The event handler receives an argument of type FetchRowStyleEventArgs containing data related to this event. The following FetchRowStyleEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellStyle | The Style used to render the row. |
Row | The index of the row for the cell being rendered. |
Split | Indicates the position in the Splits collection. |
See Also