ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / IsEndOpen Property

In This Topic
    IsEndOpen Property
    In This Topic
    Gets a value indicating whether the end of this Range equals to int.MaxValue.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEndOpen As Boolean
    public bool IsEndOpen {get;}

    Property Value

    true if this instance is end open; otherwise, false.
    See Also