SetDirectAltRowInfo Method
SetDirectAltRowInfo(int, StyleInfo)
Sets the specified alternating row style in the model.
Declaration
void SetDirectAltRowInfo(int index, StyleInfo info)
Sub SetDirectAltRowInfo(index As Integer, info As StyleInfo)
Parameters
Type |
Name |
Description |
int |
index |
Index of the alternating row style to set; must be between 0 and AltRowCount-1
|
StyleInfo |
info |
Style set (StyleInfo object)
|