GrapeCity.Documents.Excel Namespace / XlsxSaveOptions Class / ExcludeEmptyRegionCells Property
ExcludeEmptyRegionCells Property
In This Topic
Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.
Syntax
public System.bool ExcludeEmptyRegionCells {get; set;}
See Also