FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Sheet Class / AddLockedCell Method / AddLockedCell(Int32,Int32,Int32,Int32) Method

In This Topic
    AddLockedCell(Int32,Int32,Int32,Int32) Method
    In This Topic
    Locked the specified cell range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddLockedCell( _
       ByVal row1 As Integer, _
       ByVal column1 As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) 
    public void AddLockedCell( 
       int row1,
       int column1,
       int row2,
       int column2
    )

    Parameters

    row1
    column1
    row2
    column2
    See Also