Aspose::Cells::DeleteBlankOptions::SetMergedCellsShrinkType method
DeleteBlankOptions::SetMergedCellsShrinkType method
Indicates how to process merged cells when deleting blank rows/columns.
void Aspose::Cells::DeleteBlankOptions::SetMergedCellsShrinkType(MergedCellsShrinkType value)
Remarks
For MergedCellsShrinkType.KeepHeaderOnly, all cells in it will be taken as blank except the non-blank top-left cell. It is the default value of this property.
For MergedCellsShrinkType.None, all cells in it will be taken as non-blank.
For MergedCellsShrinkType.ShrinkToFit, all cells outside the content display area will be taken as blank.
See Also
- Class Vector
- Enum MergedCellsShrinkType
- Class DeleteBlankOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++