[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetStyleModel.SetDirectAltRowInfo

SetDirectAltRowInfo Method

SetDirectAltRowInfo(int, StyleInfo)

Sets the specified alternating row style in the model.

Declaration
public virtual void SetDirectAltRowInfo(int index, StyleInfo info)
Public Overridable Sub SetDirectAltRowInfo(index As Integer, info As StyleInfo)
Parameters
Type Name Description
int index

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

StyleInfo info

Source StyleInfo object that has style information

Implements