'使用法
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 columnFooter As Boolean
Dim filename As String
instance.SaveHtmlRange(row, column, rowCount, columnCount, rowHeaders, columnHeaders, columnFooter, filename)