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


In This Topic
    CellType Property (DynamicStyleInfo)
    In This Topic
    Gets or sets the type of cell for the style.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CellType As ICellType
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As ICellType
     
    value = instance.CellType
    public virtual ICellType CellType {get;}
    See Also