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


行の開始インデックス
列の開始インデックス
行数
列数
行ヘッダを含む場合は True
列ヘッダを含む場合は True
パスとファイル名。
シートの指定した範囲を指定したファイルに HTML で保存します。
構文
'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 _
) 
'使用法
 
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)
public void SaveHtmlRange( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool rowHeaders,
   bool columnHeaders,
   string filename
)

パラメータ

row
行の開始インデックス
column
列の開始インデックス
rowCount
行数
columnCount
列数
rowHeaders
行ヘッダを含む場合は True
columnHeaders
列ヘッダを含む場合は True
filename
パスとファイル名。
参照

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

 

 


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