GridHtmlSaveOptions.ExportArea

GridHtmlSaveOptions.ExportArea property

Gets or Sets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omited. Only the specified area will be exported when saving the file to html.

public GridCellArea ExportArea { get; set; }

See Also