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


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