Saves the specified range in the specified SheetView to the specified file as an HTML table.
Overload List
Overload | Description |
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,String) | Saves the specified range in the specified SheetView to the specified file as an HTML table. |
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,String) | Saves the specified range in the specified SheetView to the specified file as an HTML table. |
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,Stream) | Saves the specified range in the specified SheetView to the specified stream as an HTML table. |
SaveHtmlRange(SheetView,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Stream) | Saves the specified range in the specified SheetView to the specified stream as an HTML table. |
See Also