FlexGrid for WinForms
IsCellFixed Method



Row index.
Column index.
Gets a value that determines if a cell belongs to a fixed row or column.
Syntax
'Declaration
 
Public Overridable Function IsCellFixed( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim value As Boolean
 
value = instance.IsCellFixed(row, col)
public virtual bool IsCellFixed( 
   int row,
   int col
)
public:
virtual bool IsCellFixed( 
   int row,
   int col
) 

Parameters

row
Row index.
col
Column index.

Return Value

True if the cell is fixed, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback