[]
Gets the specified alternating row style in the model.
StyleInfo GetDirectAltRowInfo(int index, StyleInfo destInfo)
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 | Style set (StyleInfo object) to use for composing the styles; if destInfo is null then a new StyleInfo is created and used |
Type | Description |
---|---|
StyleInfo |