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

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

    Parameters

    row
    colName
    See Also