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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > INamedStyleSupport Interface : GetDirectAltRowName Method
Index of the alternating row style to set; must be between 0 and AltRowCount-1
Gets the style name for an alternating row style.
Syntax
'Declaration
 
Function GetDirectAltRowName( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As INamedStyleSupport
Dim index As Integer
Dim value As String
 
value = instance.GetDirectAltRowName(index)
string GetDirectAltRowName( 
   int index
)

Parameters

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

Reference

INamedStyleSupport Interface
INamedStyleSupport Members