ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / Range Class / IsEmpty Property

In This Topic
    IsEmpty Property (Range)
    In This Topic
    Returns true if the range is empty, i.e. lower bound is equal to upper one.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}
    See Also