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


In This Topic
    GetDirectAltRowName Method (DefaultSheetStyleModel)
    In This Topic
    Gets the style name for an alternating row style.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDirectAltRowName( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim index As Integer
    Dim value As String
     
    value = instance.GetDirectAltRowName(index)
    public virtual string GetDirectAltRowName( 
       int index
    )

    Parameters

    index
    Index of the alternating row style to set
    Exceptions
    ExceptionDescription
    Specified index is not valid; must be between 0 and the total number of styles
    See Also