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

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

    Parameters

    row
    col
    See Also