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