'Declaration
ReadOnly Property HasSpill As Nullable(Of Boolean)
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasSpill
Nullable<bool> HasSpill {get;}
Property Value
true
if all of the cells in the range are part of a spilled range; false
if none of the cells in the range are part of a spilled range; otherwise, null
.