PowerTools SPREAD for Windows Forms 8.0J
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,String) メソッド


SheetView
保存する範囲の開始行インデックス
保存する範囲の開始列インデックス
保存する範囲の行数
保存する範囲の列数
行ヘッダを含む場合は True
列ヘッダを含む場合は True
列フッタを含む場合はTrue
文字列
指定した SheetView の指定した範囲を指定したファイルに HTML テーブルとして保存します。
構文
'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 columnFooter As Boolean, _
   ByVal filename As String _
) 
'使用法
 
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 columnFooter As Boolean
Dim filename As String
 
SpreadSerializer.SaveHtmlRange(sheetView, row, column, rowCount, columnCount, rowHeaders, columnHeaders, columnFooter, filename)
public static void SaveHtmlRange( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool rowHeaders,
   bool columnHeaders,
   bool columnFooter,
   string filename
)

パラメータ

sheetView
SheetView
row
保存する範囲の開始行インデックス
column
保存する範囲の開始列インデックス
rowCount
保存する範囲の行数
columnCount
保存する範囲の列数
rowHeaders
行ヘッダを含む場合は True
columnHeaders
列ヘッダを含む場合は True
columnFooter
列フッタを含む場合はTrue
filename
文字列
参照

SpreadSerializer クラス
SpreadSerializer メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.