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


SetDirectAltRowInfo Method (DefaultSheetStyleModel)
Sets the specified alternating row style in the model.
Syntax
'Declaration
 
Public Overrides Sub SetDirectAltRowInfo( _
   ByVal index As Integer, _
   ByVal info As StyleInfo _
) 
 
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim index As Integer
Dim info As StyleInfo
 
instance.SetDirectAltRowInfo(index, info)

Parameters

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