ExcelRW: AutoFit option

Hello. Is this Excel'' command available via control ? (I mean widening of entire column to all text enterd in the cell become visible) ?

1 Reply

AD Administrator Syncfusion Team August 25, 2004 12:01 PM UTC

Hi Vadim, Thank you for your interest in Syncfusion Essential ExcelRW. Yes, ExcelRW has a method for Autofitting rows and columns Example, //Autofit applied over a range mySheet.Range[1,1,20,5].AutofitColumns(); mySheet.Range[1,1,20,5].AutofitRows(); //Autofit a single column. mySheet.AutofitColumn(10); Here is a sample that demonstrates usage. Please let me know if you have any other questions. Thanks, Stephen. >Hello. >Is this Excel'' command available via control ? >(I mean widening of entire column to all text enterd in the cell become visible) ?

Loader.
Up arrow icon