Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / GetDirectAltRowName Method
Index of the alternating row style to set


GetDirectAltRowName Method (DefaultSheetStyleModel)
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)

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