[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetStyleModel.SetDirectAltRowName

SetDirectAltRowName Method

SetDirectAltRowName(int, string)

Sets the name of the specified alternating row style in the model to the specified named style.

Declaration
public virtual void SetDirectAltRowName(int index, string styleName)
Public Overridable Sub SetDirectAltRowName(index As Integer, styleName As String)
Parameters
Type Name Description
int index

Index of the alternating row style to set

string styleName

Name of the style to set

Implements
Exceptions
Type Condition
IndexOutOfRangeException

Specified index is not valid; must be between 0 and the total number of styles

ArgumentNullException

No style is specified or specified style is null

ArgumentException

No style is specified or specified style is empty