GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / IsSpilled Property


In This Topic
IsSpilled Property
In This Topic
Gets a boolean value indicating whether the cell is spilled.
Syntax
'Declaration
 
Public ReadOnly Property IsSpilled As Boolean
 
'Usage
 
Dim instance As CellData
Dim value As Boolean
 
value = instance.IsSpilled
See Also