Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / SetDirectAltRowName Method
Index of the alternating row style to set
Name of the style to set


In This Topic
    SetDirectAltRowName Method (DefaultSheetStyleModel)
    In This Topic
    Sets the name of the specified alternating row style in the model to the specified named style.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetDirectAltRowName( _
       ByVal index As Integer, _
       ByVal styleName As String _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim index As Integer
    Dim styleName As String
     
    instance.SetDirectAltRowName(index, styleName)
    public virtual void SetDirectAltRowName( 
       int index,
       string styleName
    )

    Parameters

    index
    Index of the alternating row style to set
    styleName
    Name of the style to set
    Exceptions
    ExceptionDescription
    Specified index is not valid; must be between 0 and the total number of styles
    No style is specified or specified style is null
    No style is specified or specified style is empty
    See Also