ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / GetCellStyleDisplay Method

In This Topic
    GetCellStyleDisplay Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCellStyleDisplay( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As CellStyle
    public CellStyle GetCellStyleDisplay( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also