Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / SetHeaderRowStyle Method / SetHeaderRowStyle(String) Method
A string value represents the name of the cell style that is applied to the header row cell.


In This Topic
    SetHeaderRowStyle(String) Method
    In This Topic
    Sets the name of the cell style that is applied to the header row cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetHeaderRowStyle( _
       ByVal styleName As String _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim styleName As String
     
    instance.SetHeaderRowStyle(styleName)
    public void SetHeaderRowStyle( 
       string styleName
    )

    Parameters

    styleName
    A string value represents the name of the cell style that is applied to the header row cell.
    See Also