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


sheetView
SheetView
row
Starting row index of range to save
column
Starting column index of range to save
rowCount
Number of rows in range to save
columnCount
Number of columns in range to save
rowHeaders
True to include row headers
columnHeaders
True to include column headers
filename
string

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub SaveHtmlRange( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal rowHeaders As Boolean, _
   ByVal columnHeaders As Boolean, _
   ByVal filename As String _
) 
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim rowHeaders As Boolean
Dim columnHeaders As Boolean
Dim filename As String
 
SpreadSerializer.SaveHtmlRange(sheetView, row, column, rowCount, columnCount, rowHeaders, columnHeaders, filename)
C# 
public static void SaveHtmlRange( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool rowHeaders,
   bool columnHeaders,
   string filename
)

Parameters

sheetView
SheetView
row
Starting row index of range to save
column
Starting column index of range to save
rowCount
Number of rows in range to save
columnCount
Number of columns in range to save
rowHeaders
True to include row headers
columnHeaders
True to include column headers
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.