ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / IsCellFixed Method

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

    Parameters

    row
    col
    See Also