Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsSpilledCell Property


In This Topic
    IsSpilledCell Property
    In This Topic
    Gets a value indicating whether the highlight entry is spill cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSpilledCell As Boolean
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Boolean
     
    value = instance.IsSpilledCell
    public bool IsSpilledCell {get;}

    Property Value

    true if the highligh entry is spill cell; otherwise, false.
    See Also