[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetStyleModel.GetDirectAltRowInfo

GetDirectAltRowInfo Method

GetDirectAltRowInfo(int, StyleInfo)

Gets the style information for the specified alternating row in the model.

Declaration
public virtual StyleInfo GetDirectAltRowInfo(int index, StyleInfo destInfo)
Public Overridable Function GetDirectAltRowInfo(index As Integer, destInfo As StyleInfo) As StyleInfo
Parameters
Type Name Description
int index

Index of the alternating row style to get; must be between 0 and AltRowCount-1

StyleInfo destInfo

Destination StyleInfo object for composing the styles; if null, then a new StyleInfo is created and used

Returns
Type Description
StyleInfo
Implements