GrapeCity SPREAD for Windows Forms 11.0J
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Stream) メソッド


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 stream As Stream _
) 
'使用法
 
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 stream As Stream
 
SpreadSerializer.SaveHtmlRange(sheetView, row, column, rowCount, columnCount, rowHeaders, columnHeaders, columnFooter, stream)

パラメータ

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

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.