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

SheetView
保存する範囲の開始行インデックス
保存する範囲の開始列インデックス
保存する範囲の行数
保存する範囲の列数
行ヘッダを含む場合は True
列ヘッダを含む場合は True
列フッタを含む場合はTrue
ストリーム
指定した SheetView の指定した範囲を指定したストリームに HTML テーブルとして保存します。
構文
'宣言
 
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 _
) 

パラメータ

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

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

 

 


© MESCIUS inc. All rights reserved.