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