Spread WPF 18
GrapeCity.Spreadsheet Namespace / CellImageAttribute Class / IsDefaultAttribute Method


In This Topic
    IsDefaultAttribute Method (CellImageAttribute)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function IsDefaultAttribute() As Boolean
    'Usage
     
    Dim instance As CellImageAttribute
    Dim value As Boolean
     
    value = instance.IsDefaultAttribute()
    public virtual bool IsDefaultAttribute()
    See Also