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


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

    Parameters

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