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

In This Topic
    SetCellStyle(Int32,Int32,CellStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellStyle( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal newStyle As C1.Win.FlexGrid.CellStyle _
    ) 
    public void SetCellStyle( 
       int row,
       int col,
       C1.Win.FlexGrid.CellStyle newStyle
    )

    Parameters

    row
    col
    newStyle
    See Also