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

In This Topic
    Start Property (Range)
    In This Topic
    Gets or sets the starting position of the range in the text.
    Syntax
    'Declaration
     
    Public Property Start As Integer
    public int Start {get; set;}

    Property Value

    The zero-based index indicating the starting position of the range in the text.
    See Also