ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / Parse Method
true, if starts with zero

In This Topic
    Parse Method (Range)
    In This Topic
    Parses string input to Range
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal input As String, _
       ByVal isZeroBased As Boolean _
    ) As Range
    public static Range Parse( 
       string input,
       bool isZeroBased
    )

    Parameters

    input
    isZeroBased
    true, if starts with zero
    See Also