Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SaveHtml Method / SaveHtml() Method


In This Topic
    SaveHtml() Method
    In This Topic
    Saves the sheet to the HTML content.
    Syntax
    'Declaration
     
    
    Public Overloads Function SaveHtml() As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    value = instance.SaveHtml()
    public string SaveHtml()
    See Also