Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INamedStyleSupport Interface / GetDirectAltRowName Method
Index of the alternating row style to set; must be between 0 and AltRowCount-1


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

    Parameters

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