Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / HasSpill Property


In This Topic
    HasSpill Property
    In This Topic
    Gets a value indicating whether all cells are part of a spilled range.
    Syntax
    '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.
    See Also