ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / DivideBy Method

In This Topic
    DivideBy Method
    In This Topic
    Returns the Length divided by the specified value.
    Syntax
    'Declaration
     
    Public Shared Function DivideBy( _
       ByVal unit As Length, _
       ByVal divisor As Single _
    ) As Length
    public static Length DivideBy( 
       Length unit,
       float divisor
    )

    Parameters

    unit
    divisor
    See Also