Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / celltype Property


In This Topic
    celltype Property (CellTypeDlgV3)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property celltype As DesignerMain.CellTypeEnum
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim value As DesignerMain.CellTypeEnum
     
    instance.celltype = value
     
    value = instance.celltype
    public DesignerMain.CellTypeEnum celltype {get; set;}
    See Also