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
public bool IsSpilled {get;}
See Also