About the AutoFitRow and the AutoFitMergedCells

Hello,

I used the AutofitRows function with the AutoFitterOptions.AutoFitMergedCells at true for one of my file. It works pretty good! But I wanted to use it on only one row and I couldn’t find the way to do that. I thought that there was a way with AutoFitRow function, but there’s no call with the AutoFitterOptions. Maybe another way allows to do that?

What I’ve done:
var options = new AutoFitterOptions { AutoFitMergedCells = true };
currentSheet.AutoFitRows(options);
What I wanted to do:
var options = new AutoFitterOptions { AutoFitMergedCells = true };

currentSheet.AutoFitRow(0,1,0,2,options);

Thanks in advance!


This message was posted using Page2Forum from AutoFit Rows for Merged Cells - Aspose.Cells for .NET

Hi,


I think you are demanding new feature that we should Auto-Fit a single row with AutoFitterOptions on. I have logged a ticket for the feature with an id: CELLSNET-31003.

We will check the feasibility report of your requested enhancement, if the report passes a certain crieteria (we need to analyze certain things) and is OK, we will implement the feature.

Thank you.

Well, thank you very much I appreciate your effort :slight_smile:

Hi,

We have fixed this issue. Please download: Aspose.Cells for .NET v7.0.1.6

The issues you have found earlier (filed as 31003) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.