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


row
Starting row index
column
Starting column index
rowCount
Number of rows
columnCount
Number of columns
rowHeaders
True to include row headers
columnHeaders
True to include column headers
filename
Path and file name

Glossary Item Box

Saves the specified range in the sheet to the specified file in HTML.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SaveHtmlRange( _
   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 instance 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
 
instance.SaveHtmlRange(row, column, rowCount, columnCount, rowHeaders, columnHeaders, filename)
C# 
public void SaveHtmlRange( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool rowHeaders,
   bool columnHeaders,
   string filename
)

Parameters

row
Starting row index
column
Starting column index
rowCount
Number of rows
columnCount
Number of columns
rowHeaders
True to include row headers
columnHeaders
True to include column headers
filename
Path and file name

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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