Spread Windows Forms 6.0 Product Documentation
SaveHtml(SheetView,String) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > SpreadSerializer Class > SaveHtml Method : SaveHtml(SheetView,String) Method


sheetView
SheetView
filename
string

Glossary Item Box

Saves the specified SheetView to the specified file as an HTML table.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub SaveHtml( _
   ByVal sheetView As SheetView, _
   ByVal filename As String _
) 
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
Dim filename As String
 
SpreadSerializer.SaveHtml(sheetView, filename)
C# 
public static void SaveHtml( 
   SheetView sheetView,
   string filename
)

Parameters

sheetView
SheetView
filename
string

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.