[]
Sets the specified alternating row style in the model.
public override void SetDirectAltRowInfo(int index, StyleInfo info)
Public Overrides Sub SetDirectAltRowInfo(index As Integer, info As StyleInfo)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the alternating row style to set |
| StyleInfo | info | Style object set |
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Specified style index is not valid; must be between 0 and the total number of styles |