Spread Windows Forms 12.0 Product Documentation
IsSpilledCell Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > SyntaxHighlightEntry Structure : IsSpilledCell Property
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

Reference

SyntaxHighlightEntry Structure
SyntaxHighlightEntry Members