Gets a new alternating row for the specified alternating row.
            
            
            
 Syntax
Syntax
            Parameters
- index
- Alternating row index
Return Value
AlternatingRow object containing the alternating row styles
 
             Exceptions
Exceptions
						
            
            
            
             Example
Example
This example changes the background color of the first alternating row.
             
| C# |  Copy Code | 
|---|
| FarPoint.Win.Spread.AlternatingRow alt;
alt = fpSpread1.ActiveSheet.AlternatingRows.Get(0);
alt.BackColor = Color.Yellow; | 
| Visual Basic |  Copy Code | 
|---|
| Dim alt As FarPoint.Win.Spread.AlternatingRow
alt = FpSpread1.ActiveSheet.AlternatingRows.Get(0)
alt.BackColor = Color.Yellow | 
 Requirements
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
 See Also
See Also