Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsCellTypeSet Method


In This Topic
    IsCellTypeSet Method (StyleInfo)
    In This Topic
    Gets whether the type of cell (CellType property) is set.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsCellTypeSet() As Boolean
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsCellTypeSet()
    public override bool IsCellTypeSet()
    See Also