[]
        
(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)
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)
Parameters
Type Name Description
int row1
int column1
int row2
int column2