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

In This Topic
    IsCellFixed Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function IsCellFixed( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As System.Boolean
    public virtual System.bool IsCellFixed( 
       System.int row,
       System.int col
    )

    Parameters

    row
    col
    See Also