ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Range Class / Length Property

In This Topic
    Length Property (Range)
    In This Topic
    Gets or sets the number of characters within the range.
    Syntax
    'Declaration
     
    Public Property Length As Integer
    public int Length {get; set;}

    Property Value

    The number of characters as an integer. It indicates how many characters are included in the range starting from the Start position.
    See Also