Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / CellType Property


In This Topic
    CellType Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property CellType As ICellType
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    public new ICellType CellType {get; set;}
    See Also