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

In This Topic
    AddLockedCell(Int32,Int32) Method
    In This Topic
    Locked the specified cell..
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddLockedCell( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    public void AddLockedCell( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also