Aspose::Cells::DeleteBlankOptions::GetMergedCellsShrinkType method

DeleteBlankOptions::GetMergedCellsShrinkType method

Indicates how to process merged cells when deleting blank rows/columns.

MergedCellsShrinkType Aspose::Cells::DeleteBlankOptions::GetMergedCellsShrinkType()

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