TxtSaveOptions.ExportArea

TxtSaveOptions.ExportArea property

The range of cells to be exported.

public CellArea ExportArea { get; set; }

Remarks

If the exported area has been specified, TrimLeadingBlankRowAndColumn will takes no effect.

See Also