ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLSheetRendering Class / Render Method / Render(RectangleF,Single) Method
The rectangle in points for drawing.
The offset of the frame.

In This Topic
    Render(RectangleF,Single) Method
    In This Topic
    Render the HTML document.
    Syntax
    'Declaration
     
    Public Overloads Function Render( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal offset As System.Single _
    ) As System.Single
    public System.float Render( 
       System.Drawing.RectangleF rc,
       System.float offset
    )

    Parameters

    rc
    The rectangle in points for drawing.
    offset
    The offset of the frame.

    Return Value

    The frame bottom calculated value.
    See Also