ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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 System.Integer, _
       ByVal colName As System.String _
    ) As CellStyle
    public CellStyle GetCellStyle( 
       System.int row,
       System.string colName
    )

    Parameters

    row
    colName
    See Also