[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.SaveHtml

SaveHtml Method

SaveHtml(Stream)

Saves the sheet as HTML content to the stream

Declaration
public void SaveHtml(Stream stream)
Public Sub SaveHtml(stream As Stream)
Parameters
Type Name Description
Stream stream

The stream

SaveHtml(Stream, Encoding)

Saves the sheet as HTML content to the stream

Declaration
public void SaveHtml(Stream stream, Encoding encoding)
Public Sub SaveHtml(stream As Stream, encoding As Encoding)
Parameters
Type Name Description
Stream stream

The stream

Encoding encoding

The character encoding to use.

SaveHtml(string)

Saves the sheet to the HTML file.

Declaration
public void SaveHtml(string fileName)
Public Sub SaveHtml(fileName As String)
Parameters
Type Name Description
string fileName

The fileName

SaveHtml(string, Encoding)

Saves the sheet to the HTML file.

Declaration
public void SaveHtml(string fileName, Encoding encoding)
Public Sub SaveHtml(fileName As String, encoding As Encoding)
Parameters
Type Name Description
string fileName

The fileName

Encoding encoding

The character encoding to use.

SaveHtml()

Saves the sheet to the HTML content.

Declaration
public string SaveHtml()
Public Function SaveHtml() As String
Returns
Type Description
string