Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RenderWebPart Method
HtmlTextWriter object to which to render the control


In This Topic
    RenderWebPart Method
    In This Topic
    Renders the spreadsheet component to the specified HtmlTextWriter object; for use in the RenderWebPart method of a Web part object.
    Syntax
    'Declaration
     
    
    Public Sub RenderWebPart( _
       ByVal writer As HtmlTextWriter _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim writer As HtmlTextWriter
     
    instance.RenderWebPart(writer)
    public void RenderWebPart( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    HtmlTextWriter object to which to render the control
    Remarks

    Web Parts are basic building blocks for use in Microsoft's SharePoint Services and Portal pages to make functionality modular and reuse easy.

    See Also