[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Sheet.AddLockedCell

AddLockedCell Method

AddLockedCell(int, int)

Locked the specified cell..

Declaration
public void AddLockedCell(int row, int column)
Public Sub AddLockedCell(row As Integer, column As Integer)
Parameters
Type Name Description
int row
int column

AddLockedCell(int, int, int, int)

Locked the specified cell range.

Declaration
public void AddLockedCell(int row1, int column1, int row2, int column2)
Public Sub AddLockedCell(row1 As Integer, column1 As Integer, row2 As Integer, column2 As Integer)
Parameters
Type Name Description
int row1
int column1
int row2
int column2