[]
Gets the specified alternating row style in the model.
public override StyleInfo GetDirectAltRowInfo(int index, StyleInfo destInfo)
Public Overrides Function GetDirectAltRowInfo(index As Integer, destInfo As StyleInfo) As StyleInfo
| Type | Name | Description |
|---|---|---|
| int | index | Index of the alternating row style to get |
| StyleInfo | destInfo | StyleInfo object to use for composing the styles |
| Type | Description |
|---|---|
| StyleInfo | The style information for the specified alternating row. |
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Specified style index is not valid; must be between 0 and the total number of styles |