Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / CellType Property


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