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


In This Topic
    CellType Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the default cell type for cells in the default row.
    Syntax
    'Declaration
     
    
    Public Shadows Property CellType As ICellType
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    public new ICellType CellType {get; set;}
    See Also