[]
        
(Showing Draft Content)

C1.Util.XLSheetRendering.Render

Render Method

Render(RectangleF, float)

Render the HTML document.

Declaration
public float Render(RectangleF rc, float offset)
Parameters
Type Name Description
RectangleF rc

The rectangle in points for drawing.

float offset

The offset of the frame.

Returns
Type Description
float

The frame bottom calculated value.

Render(RectangleF)

Render using the IRendering interface.

Declaration
public void Render(RectangleF rc)
Parameters
Type Name Description
RectangleF rc

The rectangle in points for drawing.

Implements