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


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