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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetStyleModel Class : GetDirectAltRowName Method
Index of the alternating row style to set
Gets the style name for an alternating row style.
Syntax
'Declaration
 
Public Overridable Function GetDirectAltRowName( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim index As Integer
Dim value As String
 
value = instance.GetDirectAltRowName(index)
public virtual string GetDirectAltRowName( 
   int index
)

Parameters

index
Index of the alternating row style to set
Exceptions
ExceptionDescription
Specified index is not valid; must be between 0 and the total number of styles
See Also

Reference

DefaultSheetStyleModel Class
DefaultSheetStyleModel Members