[]
Gets the style information for the specified alternating row in the model.
public virtual StyleInfo GetDirectAltRowInfo(int index, StyleInfo destInfo)
Public Overridable Function GetDirectAltRowInfo(index As Integer, destInfo As StyleInfo) As StyleInfo
| Type | Name | Description |
|---|---|---|
| int | index | Index of the alternating row style to get; must be between 0 and AltRowCount-1 |
| StyleInfo | destInfo | Destination StyleInfo object for composing the styles; if null, then a new StyleInfo is created and used |
| Type | Description |
|---|---|
| StyleInfo | The style information for the specified alternating row. |