We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Shrink text

I am not able to retrive the Shrink text feature.

2 Replies

AD Administrator Syncfusion Team October 3, 2005 04:10 AM UTC

Hi Harneet, Here is a Code snippet to Shrink text: //Assigning Shrink text property sheet.Range["A1"].CellStyle.ShrinkToFit = true; Please see to it and let me know if you have further questions. Best Regards, Seetha >I am not able to retrive the Shrink text feature.


AD Administrator Syncfusion Team October 3, 2005 12:50 PM UTC

Hi Harneet, Here is Code Snippet to retrieve Shrink text: //Retrieve Shrink text bool shrinkState = sheet.Range["A1"].CellStyle.ShrinkToFit; MessageBox.Show(shrinkState.ToString()); Please let me know if you have further questions. Best Regards, Seetha >I am not able to retrive the Shrink text feature.

Loader.
Live Chat Icon For mobile
Up arrow icon