Spread for ASP.NET 12 Product Documentation
SetDirectAltRowName Method (INamedStyleSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > INamedStyleSupport Interface : SetDirectAltRowName Method
Index of the alternating row style to set; must be between 0 and AltRowCount-1
Name of the style to set
Sets the specified alternating row style in the model to the specified named style.
Syntax
'Declaration
 
Sub SetDirectAltRowName( _
   ByVal index As Integer, _
   ByVal styleName As String _
) 
'Usage
 
Dim instance As INamedStyleSupport
Dim index As Integer
Dim styleName As String
 
instance.SetDirectAltRowName(index, styleName)
void SetDirectAltRowName( 
   int index,
   string styleName
)

Parameters

index
Index of the alternating row style to set; must be between 0 and AltRowCount-1
styleName
Name of the style to set
See Also

Reference

INamedStyleSupport Interface
INamedStyleSupport Members