GrapeCity.Documents.Excel Namespace / HtmlSaveOptions Class / ExportArea Property
In This Topic
ExportArea Property
In This Topic
Indicates which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null.
Syntax
public System.string ExportArea {get; set;}
See Also