Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / ApplyCellType Method
Cell Type
Whether the cell is locked


In This Topic
    ApplyCellType Method
    In This Topic
    Applies the cell type in the cell type dialog.
    Syntax
    'Declaration
     
    
    Public Sub ApplyCellType( _
       ByVal ct As ICellType, _
       ByVal locked As Boolean _
    ) 
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim ct As ICellType
    Dim locked As Boolean
     
    instance.ApplyCellType(ct, locked)
    public void ApplyCellType( 
       ICellType ct,
       bool locked
    )

    Parameters

    ct
    Cell Type
    locked
    Whether the cell is locked
    See Also