Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / HasContent Property


In This Topic
    HasContent Property (HiddenAndEmptyCellSettings)
    In This Topic
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property HasContent As Boolean
    'Usage
     
    Dim instance As HiddenAndEmptyCellSettings
    Dim value As Boolean
     
    value = instance.HasContent
    [Browsable(false)]
    [ReadOnly(true)]
    public bool HasContent {get;}
    See Also