Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / XlsxSaveOptions Class / ExcludeEmptyRegionCells Property
In This Topic
    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