SetDirectAltRowName Method
SetDirectAltRowName(int, string)
Sets the specified alternating row style in the model to the specified named style.
Declaration
void SetDirectAltRowName(int index, string styleName)
Sub SetDirectAltRowName(index As Integer, styleName As String)
Parameters
Type |
Name |
Description |
int |
index |
Index of the alternating row style to set; must be between 0 and AltRowCount-1
|
string |
styleName |
Name of the style to set
|