How To Align Text A Merged Cell In Excel Using C#
The code below shows how to align a text in a merged cell in excel using C#.
Source: sanket's blog
chartRange.Merge(Type.Missing); chartRange.HorizontalAlignment = Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignCenter;
thanks
ReplyDeleteWelcome... :)
DeleteThank u Verymuch
ReplyDeleteWelcome... :)
DeleteThank a lot..........
ReplyDeleteGlad it helped you.. :)
ReplyDeletethanks. really works
ReplyDeleteYou're welcome
Delete