Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / GetDirectAltRowInfo Method
Index of the alternating row style to get
StyleInfo object to use for composing the styles


GetDirectAltRowInfo Method (DefaultSheetStyleModel)
Gets the specified alternating row style in the model.
Syntax
'Declaration
 
Public Overrides Function GetDirectAltRowInfo( _
   ByVal index As Integer, _
   ByVal destInfo As StyleInfo _
) As StyleInfo
 
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim index As Integer
Dim destInfo As StyleInfo
Dim value As StyleInfo
 
value = instance.GetDirectAltRowInfo(index, destInfo)

Parameters

index
Index of the alternating row style to get
destInfo
StyleInfo object to use for composing the styles
Exceptions
ExceptionDescription
Specified style index is not valid; must be between 0 and the total number of styles
See Also