ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / SetCellStyle Method / SetCellStyle(Int32,Int32,String) Method

In This Topic
    SetCellStyle(Int32,Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellStyle( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal styleName As String _
    ) 
    public void SetCellStyle( 
       int row,
       int col,
       string styleName
    )

    Parameters

    row
    col
    styleName
    See Also