[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetStyleModel.GetDirectAltRowInfo

GetDirectAltRowInfo Method

GetDirectAltRowInfo(int, StyleInfo)

Gets the specified alternating row style in the model.

Declaration
StyleInfo GetDirectAltRowInfo(int index, StyleInfo destInfo)
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

Style set (StyleInfo object) to use for composing the styles; if destInfo is null then a new StyleInfo is created and used

Returns
Type Description
StyleInfo