Infragistics3.Win.UltraWinGrid.ExcelExport.v9.2.XML 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Infragistics3.Win.UltraWinGrid.ExcelExport.v9.2</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Infragistics.Shared.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
  8. <summary>
  9. Returns the localized category name
  10. </summary>
  11. <param name="value">Name of the category to retreive</param>
  12. <returns>The localized string value</returns>
  13. </member>
  14. <member name="M:Infragistics.Shared.UltraLicenseAttribute.GetLicensedWithProducts">
  15. <summary>
  16. Return the list of products that this control can be licensed with
  17. </summary>
  18. </member>
  19. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderTypes">
  20. <summary>
  21. An enumerator for different header types used in header export related events.
  22. </summary>
  23. </member>
  24. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderTypes.BandHeader">
  25. <summary>
  26. Currently exporting band header.
  27. </summary>
  28. </member>
  29. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderTypes.GroupHeader">
  30. <summary>
  31. Currently exporting group header.
  32. </summary>
  33. </member>
  34. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderTypes.ColumnHeader">
  35. <summary>
  36. Currently exporting column header.
  37. </summary>
  38. </member>
  39. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FileLimitBehaviour">
  40. <summary>
  41. An enumeration specifying different behaviors if excel file limit (maximum column number, maximum row number etc.) is reached during the export.
  42. </summary>
  43. </member>
  44. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FileLimitBehaviour.ThrowException">
  45. <summary>
  46. Throw exception if excel file limit is reached.
  47. </summary>
  48. </member>
  49. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FileLimitBehaviour.TruncateData">
  50. <summary>
  51. Truncate extra data if excel file limit is reached.
  52. </summary>
  53. </member>
  54. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction">
  55. <summary>
  56. An enum listing possible actions to take when exporting a formula to Excel.
  57. </summary>
  58. </member>
  59. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction.WriteErrorMessageToWorksheetCell">
  60. <summary>
  61. Write the <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ErrorText"/> into the cell.
  62. </summary>
  63. </member>
  64. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction.CancelOne">
  65. <summary>
  66. Cancel the exporting of the formula to the cell. The cell value will remain unchanged.
  67. </summary>
  68. </member>
  69. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction.CancelAll">
  70. <summary>
  71. Cancels the exporting of all instances of this formula. The cell value will remain unchanged. No further events will be fired for this formula.
  72. </summary>
  73. </member>
  74. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType">
  75. <summary>
  76. An enum listing possible errors when converting a function from the grid into Excel.
  77. </summary>
  78. </member>
  79. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType.UnrecognizedFunction">
  80. <summary>
  81. The formula references a function that Excel does not recognize.
  82. </summary>
  83. </member>
  84. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType.UnsupportedFunction">
  85. <summary>
  86. This function cannot be converted into an Excel function.
  87. </summary>
  88. </member>
  89. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType.InvalidFormula">
  90. <summary>
  91. The Excel engine reported that the formula was invalid.
  92. </summary>
  93. </member>
  94. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction">
  95. <summary>
  96. An enum listing possible actions to take when exporting a formula to Excel.
  97. </summary>
  98. </member>
  99. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction.ExportFormula">
  100. <summary>
  101. Attempts to convert the formula from the grid into an equivalent Excel formula and exports the formula to the WorksheetCell.
  102. </summary>
  103. </member>
  104. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction.CancelOne">
  105. <summary>
  106. Cancels the exporting of the formula to the individual WorksheetCell.
  107. </summary>
  108. </member>
  109. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction.CancelAll">
  110. <summary>
  111. Cancels the exporting of the formula for all cells in the column or all occurrances of the summary.
  112. </summary>
  113. </member>
  114. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.BandSpacing">
  115. <summary>
  116. An enumeration specifying the amount of empty rows used as padding around a set of child rows.
  117. </summary>
  118. </member>
  119. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.BandSpacing.None">
  120. <summary>
  121. Specifies that no empty rows will be placed around a child rows collection.
  122. </summary>
  123. </member>
  124. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.BandSpacing.SingleRow">
  125. <summary>
  126. A single empty row will be placed on either side of a child rows collection.
  127. </summary>
  128. </member>
  129. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventHandler">
  130. <summary>
  131. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.BeginExport"/> event.
  132. </summary>
  133. </member>
  134. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeRowEventHandler">
  135. <summary>
  136. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeRow"/> event.
  137. </summary>
  138. </member>
  139. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportingEventHandler">
  140. <summary>
  141. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExporting"/> event.
  142. </summary>
  143. </member>
  144. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportedEventHandler">
  145. <summary>
  146. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExported"/> event.
  147. </summary>
  148. </member>
  149. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportingEventHandler">
  150. <summary>
  151. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExporting"/> event.
  152. </summary>
  153. </member>
  154. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportedEventHandler">
  155. <summary>
  156. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExported"/> event.
  157. </summary>
  158. </member>
  159. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventHandler">
  160. <summary>
  161. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExporting"/> event.
  162. </summary>
  163. </member>
  164. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventHandler">
  165. <summary>
  166. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExported"/> event.
  167. </summary>
  168. </member>
  169. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventHandler">
  170. <summary>
  171. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExporting"/> event.
  172. </summary>
  173. </member>
  174. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventHandler">
  175. <summary>
  176. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExported"/> event.
  177. </summary>
  178. </member>
  179. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventHandler">
  180. <summary>
  181. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExporting"/> event.
  182. </summary>
  183. </member>
  184. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventHandler">
  185. <summary>
  186. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExported"/> event.
  187. </summary>
  188. </member>
  189. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportingEventHandler">
  190. <summary>
  191. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExporting"/> event.
  192. </summary>
  193. </member>
  194. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportedEventHandler">
  195. <summary>
  196. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExported"/> event.
  197. </summary>
  198. </member>
  199. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.EndExportEventHandler">
  200. <summary>
  201. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.EndExport"/> event.
  202. </summary>
  203. </member>
  204. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventHandler">
  205. <summary>
  206. Delegate for handling the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeColumn"/> event.
  207. </summary>
  208. </member>
  209. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs">
  210. <summary>
  211. ExcelExportEventArgs is a base class for non-cancelable event argument classes.
  212. </summary>
  213. </member>
  214. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs.Workbook">
  215. <summary>
  216. Exporting workbook.
  217. </summary>
  218. </member>
  219. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs.CurrentWorksheet">
  220. <summary>
  221. Current exporting worksheet.
  222. </summary>
  223. </member>
  224. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs.CurrentRowIndex">
  225. <summary>
  226. Zero-based index of current exporting row in excel worksheet.
  227. </summary>
  228. </member>
  229. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs.CurrentColumnIndex">
  230. <summary>
  231. Zero-based index of current exporting column in excel worksheet.
  232. </summary>
  233. </member>
  234. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs.CurrentOutlineLevel">
  235. <summary>
  236. Current outline level used for grouping.
  237. </summary>
  238. </member>
  239. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs">
  240. <summary>
  241. ExcelExportCancelEventArgs is a base class for cancelable event argument classes.
  242. </summary>
  243. </member>
  244. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs.Workbook">
  245. <summary>
  246. Exporting workbook.
  247. </summary>
  248. </member>
  249. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs.CurrentWorksheet">
  250. <summary>
  251. Current exporting worksheet.
  252. </summary>
  253. </member>
  254. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs.CurrentRowIndex">
  255. <summary>
  256. Zero-based index of current exporting row in excel worksheet.
  257. </summary>
  258. </member>
  259. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs.CurrentColumnIndex">
  260. <summary>
  261. Zero-based index of current exporting column in excel worksheet..
  262. </summary>
  263. </member>
  264. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs.CurrentOutlineLevel">
  265. <summary>
  266. Current outline level used for grouping.
  267. </summary>
  268. </member>
  269. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventArgs">
  270. <summary>
  271. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.BeginExport"/> event.
  272. </summary>
  273. </member>
  274. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventArgs.Layout">
  275. <summary>
  276. Grid layout.
  277. </summary>
  278. </member>
  279. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventArgs.Rows">
  280. <summary>
  281. Top band rows collection.
  282. </summary>
  283. </member>
  284. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs">
  285. <summary>
  286. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeRow"/> event.
  287. </summary>
  288. </member>
  289. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs.Row">
  290. <summary>
  291. Grid row.
  292. </summary>
  293. </member>
  294. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs.SkipRow">
  295. <summary>
  296. Specifies whether to skip the current row.
  297. </summary>
  298. </member>
  299. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs.SkipDescendants">
  300. <summary>
  301. Specifies whether to skip the descendats of the current row.
  302. </summary>
  303. </member>
  304. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs.SkipSiblings">
  305. <summary>
  306. Specifies whether to skip sibling rows of the current row.
  307. </summary>
  308. </member>
  309. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs.TerminateExport">
  310. <summary>
  311. Specifies whether to terminate the export process. Current row will
  312. not be processed.
  313. </summary>
  314. </member>
  315. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportingEventArgs">
  316. <summary>
  317. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExporting"/> event.
  318. </summary>
  319. </member>
  320. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportingEventArgs.GridRow">
  321. <summary>
  322. Reference to row being exported.
  323. </summary>
  324. </member>
  325. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportedEventArgs">
  326. <summary>
  327. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExported"/> event.
  328. </summary>
  329. </member>
  330. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.RowExportedEventArgs.GridRow">
  331. <summary>
  332. Reference to row being exported.
  333. </summary>
  334. </member>
  335. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportingEventArgs">
  336. <summary>
  337. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExporting"/> event.
  338. </summary>
  339. </member>
  340. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportingEventArgs.Summaries">
  341. <summary>
  342. Summary values.
  343. </summary>
  344. </member>
  345. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportingEventArgs.SummaryLevel">
  346. <summary>
  347. Summary level.
  348. </summary>
  349. </member>
  350. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportedEventArgs">
  351. <summary>
  352. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExported"/> event.
  353. </summary>
  354. </member>
  355. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportedEventArgs.Summaries">
  356. <summary>
  357. Summary values.
  358. </summary>
  359. </member>
  360. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportedEventArgs.SummaryLevel">
  361. <summary>
  362. Summary level.
  363. </summary>
  364. </member>
  365. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventArgs">
  366. <summary>
  367. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExporting"/> event.
  368. </summary>
  369. </member>
  370. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventArgs.Band">
  371. <summary>
  372. UltraGridBand associated with headers.
  373. </summary>
  374. </member>
  375. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventArgs.GridRow">
  376. <summary>
  377. UltraGridRow associated with headers.
  378. </summary>
  379. </member>
  380. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventArgs.HeaderType">
  381. <summary>
  382. Type of header.
  383. </summary>
  384. </member>
  385. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventArgs">
  386. <summary>
  387. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExported"/> event.
  388. </summary>
  389. </member>
  390. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventArgs.Band">
  391. <summary>
  392. UltraGrid band associated with headers.
  393. </summary>
  394. </member>
  395. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventArgs.GridRow">
  396. <summary>
  397. UltraGrid row associated with headers.
  398. </summary>
  399. </member>
  400. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventArgs.HeaderType">
  401. <summary>
  402. Type of header.
  403. </summary>
  404. </member>
  405. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs">
  406. <summary>
  407. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExporting"/> event.
  408. </summary>
  409. </member>
  410. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs.GridRow">
  411. <summary>
  412. Grid row containing the cell.
  413. </summary>
  414. </member>
  415. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs.GridColumn">
  416. <summary>
  417. Associated grid column.
  418. </summary>
  419. </member>
  420. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs.Value">
  421. <summary>
  422. Grid cell value.
  423. </summary>
  424. </member>
  425. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventArgs">
  426. <summary>
  427. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExported"/> event.
  428. </summary>
  429. </member>
  430. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventArgs.GridRow">
  431. <summary>
  432. Grid row containing the cell.
  433. </summary>
  434. </member>
  435. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventArgs.GridColumn">
  436. <summary>
  437. Associated grid column.
  438. </summary>
  439. </member>
  440. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventArgs.Value">
  441. <summary>
  442. Grid cell value.
  443. </summary>
  444. </member>
  445. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventArgs">
  446. <summary>
  447. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExporting"/> event.
  448. </summary>
  449. </member>
  450. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventArgs.GridHeader">
  451. <summary>
  452. Grid header.
  453. </summary>
  454. </member>
  455. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventArgs.GridRow">
  456. <summary>
  457. Associated grid row.
  458. </summary>
  459. </member>
  460. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventArgs.HeaderType">
  461. <summary>
  462. Type of header.
  463. </summary>
  464. </member>
  465. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventArgs">
  466. <summary>
  467. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExported"/> event.
  468. </summary>
  469. </member>
  470. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventArgs.GridHeader">
  471. <summary>
  472. Grid header.
  473. </summary>
  474. </member>
  475. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventArgs.GridRow">
  476. <summary>
  477. Associated grid row.
  478. </summary>
  479. </member>
  480. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventArgs.HeaderType">
  481. <summary>
  482. Type of header.
  483. </summary>
  484. </member>
  485. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportingEventArgs">
  486. <summary>
  487. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExporting"/> event.
  488. </summary>
  489. </member>
  490. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportingEventArgs.Summary">
  491. <summary>
  492. Summary value.
  493. </summary>
  494. </member>
  495. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportingEventArgs.SummaryLevel">
  496. <summary>
  497. Summary level.
  498. </summary>
  499. </member>
  500. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportedEventArgs">
  501. <summary>
  502. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExported"/> event.
  503. </summary>
  504. </member>
  505. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportedEventArgs.Summary">
  506. <summary>
  507. Summary value.
  508. </summary>
  509. </member>
  510. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportedEventArgs.SummaryLevel">
  511. <summary>
  512. Summary level.
  513. </summary>
  514. </member>
  515. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.EndExportEventArgs">
  516. <summary>
  517. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.EndExport"/> event.
  518. </summary>
  519. </member>
  520. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.EndExportEventArgs.Canceled">
  521. <summary>
  522. True if exporting process was been canceled.
  523. </summary>
  524. </member>
  525. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs">
  526. <summary>
  527. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeColumn"/> event.
  528. </summary>
  529. </member>
  530. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs.FrameworkFormatStr">
  531. <summary>
  532. Format string used in .NET Framework.
  533. </summary>
  534. </member>
  535. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs.ExcelFormatStr">
  536. <summary>
  537. Excel specific format string.
  538. </summary>
  539. </member>
  540. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs.Column">
  541. <summary>
  542. Ultra grid column.
  543. </summary>
  544. </member>
  545. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs">
  546. <summary>
  547. Base class for event arguments for events dealing with the exporting of formulas to excel.
  548. </summary>
  549. </member>
  550. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.#ctor(System.Object,System.String,Infragistics.Excel.WorksheetCell)">
  551. <summary>
  552. Creates a new FormulaEventArgs instance.
  553. </summary>
  554. <param name="context">The object in the UltraGrid whose formula is being exported. </param>
  555. <param name="gridFormula">The formula of the object in the grid being exported. </param>
  556. <param name="worksheetCell">The worksheet cell to which the formula is being exported.</param>
  557. </member>
  558. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.Context">
  559. <summary>
  560. The object in the UltraGrid whose formula is being exported.
  561. </summary>
  562. <remarks>
  563. <para class="body">This will either be an <see cref="T:Infragistics.Win.UltraWinGrid.UltraGridCell"/> or an <see cref="T:Infragistics.Win.UltraWinGrid.SummaryValue"/> object.</para>
  564. </remarks>
  565. </member>
  566. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.GridFormula">
  567. <summary>
  568. The formula of the object in the grid being exported.
  569. </summary>
  570. <remarks>
  571. <para class="body">This property returns the formula string applied to the column or summary in the grid being exported.</para>
  572. </remarks>
  573. </member>
  574. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.WorksheetCell">
  575. <summary>
  576. The worksheet cell to which the formula is being exported.
  577. </summary>
  578. </member>
  579. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportingEventArgs">
  580. <summary>
  581. Event arguments for the FormulaExporting event.
  582. </summary>
  583. </member>
  584. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportingEventArgs.#ctor(System.Object,System.String,Infragistics.Excel.WorksheetCell,Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportAction)">
  585. <summary>
  586. Creates a new FormulaEventArgs instance.
  587. </summary>
  588. <param name="context">The object in the UltraGrid whose formula is being exported. </param>
  589. <param name="gridFormula">The formula of the object in the grid being exported.</param>
  590. <param name="worksheetCell">The worksheet cell to which the formula is being exported.</param>
  591. <param name="action">Determines what action to take when exporting the formula.</param>
  592. </member>
  593. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportingEventArgs.Action">
  594. <summary>
  595. Determines what action to take when exporting a formula.
  596. </summary>
  597. </member>
  598. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportedEventArgs">
  599. <summary>
  600. Event args for the FormulaExported event.
  601. </summary>
  602. </member>
  603. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportedEventArgs.#ctor(System.Object,System.String,Infragistics.Excel.WorksheetCell)">
  604. <summary>
  605. Creates a new FormulaEventArgs instance.
  606. </summary>
  607. <param name="context">The object in the UltraGrid whose formula is being exported. </param>
  608. <param name="gridFormula">The formula of the object in the grid being exported.</param>
  609. <param name="worksheetCell">The worksheet cell to which the formula is being exported.</param>
  610. </member>
  611. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs">
  612. <summary>
  613. Event arguments for the FormulaExportingError event.
  614. </summary>
  615. </member>
  616. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.#ctor(System.Object,System.String,Infragistics.Excel.WorksheetCell,Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorAction,Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorType,System.String,System.String)">
  617. <summary>
  618. Creates a new FormulaEventArgs instance.
  619. </summary>
  620. <param name="context">The object in the UltraGrid whose formula is being exported. </param>
  621. <param name="gridFormula">The formula of the object in the grid being exported.</param>
  622. <param name="worksheetCell">The worksheet cell to which the formula is being exported.</param>
  623. <param name="action">Determines what action to take when exporting the formula to the cell.</param>
  624. <param name="error">An enumeration value that describes the error.</param>
  625. <param name="errorText">A string with details about the error.</param>
  626. <param name="excelFormula">The converted formula to apply to the worksheet cell. May be null.</param>
  627. </member>
  628. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Action">
  629. <summary>
  630. Determines what action to take when exporting a formula.
  631. </summary>
  632. </member>
  633. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Error">
  634. <summary>
  635. An enum returning the type of error that occurred when converting the formula from the grid to Excel.
  636. </summary>
  637. <remarks>
  638. <para class="body">For details on the error, see the ErrorText property.</para>
  639. </remarks>
  640. <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ErrorText"/>
  641. </member>
  642. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ErrorText">
  643. <summary>
  644. Gets or sets the error message if there was an error when converting a grid formula to an equivalent Excel formula.
  645. </summary>
  646. <remarks>
  647. <para class="body">This property will return a string with a description of any errors that may have occurred when attempting to convert a grid formula to an equivalent Excel formula. To determine the type of the error, see the <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Error"/> property.</para>
  648. <para class="body">This property is settable so that when the Action is set to WriteErrorMessageToWorksheetCell, you can specify custom error text.</para>
  649. </remarks>
  650. <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Error"/>
  651. </member>
  652. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ExcelFormula">
  653. <summary>
  654. Gets or sets the converted formula to apply to the worksheet cell. May be null.
  655. </summary>
  656. <remarks>
  657. <para class="body">This property returns the formula converted to an equivalent invalid formula in Excel. This property may return null if the formula could not be converted.</para>
  658. <para class="body">This property may be set so that you can correct the invalid formula. It will not be applied to the cell, however, unless <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ApplyInvalidFormulaIfPossible"/> is set ot true.</para>
  659. </remarks>
  660. </member>
  661. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ApplyInvalidFormulaIfPossible">
  662. <summary>
  663. When set to true, the UltraGridExcelExporter will attempt to write the <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ExcelFormula"/> to the worksheet cell, even though it may be invalid.
  664. </summary>
  665. <remarks>
  666. <para class="body">If this property is set to true and then formula fails to apply to the cell, the <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Action"/> property will be used to determine how to proceed.</para>
  667. </remarks>
  668. </member>
  669. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeSummaryEventArgs">
  670. <summary>
  671. Event parameters used for the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeSummary"/> event.
  672. </summary>
  673. </member>
  674. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeSummaryEventArgs.FrameworkFormatStr">
  675. <summary>
  676. Format string used in .NET Framework.
  677. </summary>
  678. </member>
  679. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeSummaryEventArgs.ExcelFormatStr">
  680. <summary>
  681. Excel specific format string.
  682. </summary>
  683. </member>
  684. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.InitializeSummaryEventArgs.Summary">
  685. <summary>
  686. Ultra grid summary settings.
  687. </summary>
  688. </member>
  689. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExporting.ArgumentInfo.GetArgumentText(System.Nullable{Infragistics.Win.CalcEngine.UltraCalcOperatorFunction})">
  690. <summary>
  691. Returns the text of the argument. Automatically surrounds the text with parens if the needed (as determined by the order of precedence of the next operator).
  692. </summary>
  693. <param name="nextFunctionOperator"></param>
  694. <returns></returns>
  695. </member>
  696. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExporting.ArgumentInfo.GetArgumentText(System.Nullable{Infragistics.Win.CalcEngine.UltraCalcOperatorFunction},System.Int32)">
  697. <summary>
  698. Returns the text of the argument. Automatically surrounds the text with parens if the needed (as determined by the order of precedence of the next operator).
  699. </summary>
  700. <param name="nextFunctionOperator"></param>
  701. <param name="argumentIndex">An integer indicating whether the argument is the first or second arg in an operation.</param>
  702. <returns></returns>
  703. </member>
  704. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.Resources">
  705. <summary>
  706. Exposes a <see cref="T:Infragistics.Shared.ResourceCustomizer"/> instance for this assembly.
  707. </summary>
  708. <seealso cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.Resources.Customizer"/>
  709. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  710. </member>
  711. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.Resources.GetString(System.String,System.Object[])">
  712. <summary>
  713. Returns the resource string using the specified name and default culture.
  714. </summary>
  715. <param name="name">Name of the string resource to return.</param>
  716. <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
  717. </member>
  718. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.Resources.GetString(System.String)">
  719. <summary>
  720. Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
  721. </summary>
  722. <param name="name">Name of the string resource to return.</param>
  723. </member>
  724. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.Resources.GetObject(System.String)">
  725. <summary>
  726. Returns the resource object using the specified name.
  727. </summary>
  728. <param name="name">Name of the resource item</param>
  729. <returns>An object containing the specified resource</returns>
  730. </member>
  731. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.Resources.Customizer">
  732. <summary>
  733. Returns the <see cref="T:Infragistics.Shared.ResourceCustomizer"/> for this assembly.
  734. </summary>
  735. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  736. </member>
  737. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExporterHelper">
  738. <summary>
  739. UltraGridExporterHelper implements <see cref="T:Infragistics.Win.UltraWinGrid.IUltraGridExporter"/> and serves
  740. as communication between grid and <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter"/>.
  741. Class is internal so user can't create helper and call
  742. <see cref="M:Infragistics.Win.UltraWinGrid.UltraGrid.Export(Infragistics.Win.UltraWinGrid.IUltraGridExporter)"/> method on the grid directly.
  743. </summary>
  744. </member>
  745. <member name="T:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter">
  746. <summary>
  747. UltraGridExcelExporter component provides excel exporting functionality to UltraGrid.
  748. </summary>
  749. </member>
  750. <member name="F:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.ExcelRelevantPropFlags">
  751. <summary>
  752. Relevant appearance properties used in excel exporting. All other
  753. properties are ignored in exporting process.
  754. </summary>
  755. </member>
  756. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.#ctor">
  757. <summary>
  758. UltraGridExcelExporter constructor.
  759. </summary>
  760. </member>
  761. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.#ctor(System.ComponentModel.IContainer)">
  762. <summary>
  763. UltraGridExcelExporter constructor.
  764. </summary>
  765. </member>
  766. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,System.String)">
  767. <summary>
  768. Exports the passed in grid to specified file.
  769. </summary>
  770. <param name="grid">Grid to export.</param>
  771. <param name="fileName">Name and path of resulting excel file.</param>
  772. <returns>Created <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  773. </member>
  774. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,System.String,Infragistics.Excel.WorkbookFormat)">
  775. <summary>
  776. Exports the passed in grid to specified file.
  777. </summary>
  778. <param name="grid">Grid to export.</param>
  779. <param name="fileName">Name and path of resulting excel file.</param>
  780. <param name="workbookFormat">Specifies the format for the new workbook (Excel2007 or Excel97To2003) .</param>
  781. <returns>Created <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  782. </member>
  783. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid)">
  784. <summary>
  785. Creates a new workbook with empty <see cref="T:Infragistics.Excel.Worksheet"/>
  786. and exports the passed in grid to it.
  787. </summary>
  788. <param name="grid">Grid to export.</param>
  789. <returns>Created <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  790. </member>
  791. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,Infragistics.Excel.WorkbookFormat)">
  792. <summary>
  793. Creates a new workbook with empty <see cref="T:Infragistics.Excel.Worksheet"/>
  794. and exports the passed in grid to it.
  795. </summary>
  796. <param name="grid">Grid to export.</param>
  797. <param name="workbookFormat">Specifies the format for the new workbook (Excel2007 or Excel97To2003) .</param>
  798. <returns>Created <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  799. </member>
  800. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,Infragistics.Excel.Workbook)">
  801. <summary>
  802. Exports the passed in ultragrid to the specified workbook in the active
  803. worksheet. If there are no worksheets in workbook, new worksheet is created.
  804. </summary>
  805. <param name="grid">Grid to export.</param>
  806. <param name="workbook">Destination <see cref="T:Infragistics.Excel.Workbook"/>.</param>
  807. <returns>Destination <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  808. </member>
  809. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,Infragistics.Excel.Worksheet)">
  810. <summary>
  811. Exports the passed in ultragrid to the specified worksheet.
  812. </summary>
  813. <param name="grid">Grid to export.</param>
  814. <param name="worksheet">Destination <see cref="T:Infragistics.Excel.Worksheet"/>.</param>
  815. <returns>Parent workbook of passed in worksheet.</returns>
  816. </member>
  817. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,Infragistics.Excel.Workbook,System.Int32,System.Int32)">
  818. <summary>
  819. Exports the passed in ultragrid to the specified workbook in the active
  820. worksheet starting at the specified row and column. If there are no
  821. worksheets in workbook, new worksheet is created. It returns the passed
  822. in workbook.
  823. </summary>
  824. <param name="grid">Grid to export.</param>
  825. <param name="workbook">Destination <see cref="T:Infragistics.Excel.Workbook"/>.</param>
  826. <param name="startRow">Start row for exported data (zero based).</param>
  827. <param name="startColumn">Start column for exported data (zero based).</param>
  828. <returns>Destination <see cref="T:Infragistics.Excel.Workbook"/>.</returns>
  829. </member>
  830. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Export(Infragistics.Win.UltraWinGrid.UltraGrid,Infragistics.Excel.Worksheet,System.Int32,System.Int32)">
  831. <summary>
  832. Exports the passed in ultragrid to the specified worksheet starting at
  833. the specified row and column.
  834. </summary>
  835. <param name="grid">Grid to export.</param>
  836. <param name="worksheet">Destination <see cref="T:Infragistics.Excel.Worksheet"/>.</param>
  837. <param name="startRow">Start row for exported data (zero based).</param>
  838. <param name="startColumn">Start column for exported data (zero based).</param>
  839. <returns>Parent workbook of passed in worksheet.</returns>
  840. </member>
  841. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.BeginExportInternal(Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExporterHelper,Infragistics.Win.UltraWinGrid.UltraGridLayout,Infragistics.Win.UltraWinGrid.RowsCollection)">
  842. <summary>
  843. BeginExportInternal is indirectly called by grid (via UltraGridExporterHelper).
  844. </summary>
  845. <param name="exportHelper"></param>
  846. <param name="exportLayout"></param>
  847. <param name="rows"></param>
  848. </member>
  849. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.ProcessGridRowInternal(Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExporterHelper,Infragistics.Win.UltraWinGrid.UltraGridRow,Infragistics.Win.UltraWinGrid.ProcessRowParams)">
  850. <summary>
  851. ProcessGridRowInternal is indirectly called by grid (via UltraGridExporterHelper).
  852. </summary>
  853. <param name="exportHelper"></param>
  854. <param name="row"></param>
  855. <param name="processRowParams"></param>
  856. </member>
  857. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.EndExportInternal(Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExporterHelper,System.Boolean)">
  858. <summary>
  859. EndExportInternal is indirectly called by grid (via UltraGridExporterHelper).
  860. </summary>
  861. <param name="exportHelper"></param>
  862. <param name="canceled"></param>
  863. </member>
  864. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnBeginExport(Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventArgs)">
  865. <summary>
  866. Called before grid export starts.
  867. </summary>
  868. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  869. </member>
  870. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnInitializeRow(Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportInitializeRowEventArgs)">
  871. <summary>
  872. Called when a row is initialized.
  873. </summary>
  874. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  875. </member>
  876. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnRowExporting(Infragistics.Win.UltraWinGrid.ExcelExport.RowExportingEventArgs)">
  877. <summary>
  878. Called before grid row is exported to excel.
  879. </summary>
  880. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  881. </member>
  882. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnRowExported(Infragistics.Win.UltraWinGrid.ExcelExport.RowExportedEventArgs)">
  883. <summary>
  884. Called after grid row is exported to excel.
  885. </summary>
  886. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  887. </member>
  888. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnSummaryRowExporting(Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportingEventArgs)">
  889. <summary>
  890. Called before summary row is exported to excel.
  891. </summary>
  892. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  893. </member>
  894. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnSummaryRowExported(Infragistics.Win.UltraWinGrid.ExcelExport.SummaryRowExportedEventArgs)">
  895. <summary>
  896. Called after summary row is exported to excel.
  897. </summary>
  898. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  899. </member>
  900. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnHeaderRowExporting(Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportingEventArgs)">
  901. <summary>
  902. Called before header row is exported to excel.
  903. </summary>
  904. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  905. </member>
  906. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnHeaderRowExported(Infragistics.Win.UltraWinGrid.ExcelExport.HeaderRowExportedEventArgs)">
  907. <summary>
  908. Called after header row is exported to excel.
  909. </summary>
  910. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  911. </member>
  912. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnCellExporting(Infragistics.Win.UltraWinGrid.ExcelExport.CellExportingEventArgs)">
  913. <summary>
  914. Called before grid cell is exported to excel.
  915. </summary>
  916. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  917. </member>
  918. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnCellExported(Infragistics.Win.UltraWinGrid.ExcelExport.CellExportedEventArgs)">
  919. <summary>
  920. Called after grid cell is exported to excel.
  921. </summary>
  922. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  923. </member>
  924. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnHeaderCellExporting(Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportingEventArgs)">
  925. <summary>
  926. Called before header cell is exported to excel.
  927. </summary>
  928. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  929. </member>
  930. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnHeaderCellExported(Infragistics.Win.UltraWinGrid.ExcelExport.HeaderCellExportedEventArgs)">
  931. <summary>
  932. Called after header cell is exported to excel.
  933. </summary>
  934. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  935. </member>
  936. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnSummaryCellExporting(Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportingEventArgs)">
  937. <summary>
  938. Called before summary cell is exported to excel.
  939. </summary>
  940. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  941. </member>
  942. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnSummaryCellExported(Infragistics.Win.UltraWinGrid.ExcelExport.SummaryCellExportedEventArgs)">
  943. <summary>
  944. Called after summary cell is exported to excel.
  945. </summary>
  946. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  947. </member>
  948. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnEndExport(Infragistics.Win.UltraWinGrid.ExcelExport.EndExportEventArgs)">
  949. <summary>
  950. Called after grid export is finished.
  951. </summary>
  952. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  953. </member>
  954. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnInitializeColumn(Infragistics.Win.UltraWinGrid.ExcelExport.InitializeColumnEventArgs)">
  955. <summary>
  956. Occurs when a grid column is initialized.
  957. </summary>
  958. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  959. </member>
  960. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnFormulaExporting(Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportingEventArgs)">
  961. <summary>
  962. Occurs before exporting a formula to a worksheet cell.
  963. </summary>
  964. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  965. </member>
  966. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnFormulaExported(Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportedEventArgs)">
  967. <summary>
  968. Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell.
  969. </summary>
  970. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  971. </member>
  972. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnFormulaExportError(Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs)">
  973. <summary>
  974. Occurs after exporting a formula (or an error message if the formula could not be converted to Excel) to a worksheet cell.
  975. </summary>
  976. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  977. </member>
  978. <member name="M:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.OnInitializeSummary(Infragistics.Win.UltraWinGrid.ExcelExport.InitializeSummaryEventArgs)">
  979. <summary>
  980. Occurs when a summary is initialized.
  981. </summary>
  982. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  983. </member>
  984. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FileLimitBehaviour">
  985. <summary>
  986. Specifies behavior during the exporting process. Use this if you want exporter to behave
  987. differently when it reaches one of excel file limits.
  988. </summary>
  989. </member>
  990. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.DefaultWorkbookPaletteMode">
  991. <summary>
  992. Determines the default <see cref="T:Infragistics.Excel.WorkbookPaletteMode"/> to use when exporting.
  993. </summary>
  994. <remarks>
  995. <p class="body">This property determines whether a custom palette will be created or whether to use the standard Excel palette of colors when exporting.</p>
  996. <p class="body">A custom palette will make the exported Excel Workbook appear exactly like the exported grid. However, using a custom palette can cause problems when copying and pasting from one Excel Workbook to another. Since the two workbooks are unlikely to share exactly the same palette, colors may change.</p>
  997. <p class="body">Using the standard Excel palette means that the colors in the Excel Workbook will not exactly match those in the grid. For each color used by the grid, the closest matching color in the standard palette will be used in Excel. Copy and Paste using a Workbook creating using the Standard palette will not result in any color changes - unless the pasting is done onto a Workbook with a custom palette.</p>
  998. <p class="note">Note that the palette mode is determined by the WorkBook. So this property will only be used when the ExcelExport creates a new workbook. If a workbook is passed in to the Export method, then the palette mode of the Workbook is used. To change the palette mode of a Workbook created in code, pass a <see cref="T:Infragistics.Excel.WorkbookPaletteMode"/> into the Workbook constructor.</p>
  999. </remarks>
  1000. </member>
  1001. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.ExportFormulas">
  1002. <summary>
  1003. Determines whether formulas in the grid will be exported to Excel.
  1004. </summary>
  1005. <remarks>
  1006. <p class="body">When true (the default), the UltraGridExcelExport will attempt to convert grid formulas into equivalent formulas in the exported worksheet.</p>
  1007. <p class="body">When false, the value of the cell in the grid at the time of the export will be exported directly to the value of the cells in the worksheet.</p>
  1008. <p class="body">The exporting of formulas is done after all of the data in the grid has been exported. So when this property is set to true, the normal export process of exporting the values of the grid cells to the worksheet cells will still occur as normal, and the exporting of formulas will occur after all of the raw data exporting has completed.</p>
  1009. <p class="body">Due to limitations of Excel and differences between Excel and UltraCalcManager behavior, some formulas may require the creation of a hidden worksheet which will point back to the main worksheet for it's data.</p>
  1010. <p class="body">If the exporter fails to convert a formula for any reason, the <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExportError"/> event will fire. By default, if the event is not handled, the error message will be written to the worksheet cell.</p>
  1011. </remarks>
  1012. <seealso cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExporting"/>
  1013. <seealso cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExported"/>
  1014. <seealso cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExportError"/>
  1015. </member>
  1016. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.BandSpacing">
  1017. <summary>
  1018. Gets or sets the amount of empty rows used as padding around a set of child rows.
  1019. </summary>
  1020. </member>
  1021. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.BeginExport">
  1022. <summary>
  1023. Occurs before grid export starts.
  1024. </summary>
  1025. <remarks>
  1026. <p class="body">The <i>Layout</i> argument returns a reference to a cloned UltraGridLayout used for excel exporting. Any changes you make to this layout will be reflected in exported file and not in the original grid layout.</p>
  1027. <p class="body">The <i>Rows</i> argument returns a reference to a original rows collection in top band.</p>
  1028. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1029. <p class="body">This event is fired before all other events. You can use it to do any preprocessing before exporting process starts. For example, you can set properties on cloned layout or write some custom header to Excel workbook.</p>
  1030. </remarks>
  1031. </member>
  1032. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeRow">
  1033. <summary>
  1034. Occurs when a row is initialized.
  1035. </summary>
  1036. <remarks>
  1037. <p class="body">The <i>Row</i> argument returns a reference to a grid row which is being exported.</p>
  1038. <p class="body">The <i>SkipRow</i> argument specifies whether to skip the current row. This argument doesn't affect exporting of descendant rows.</p>
  1039. <p class="body">The <i>SkipDescendants</i> argument specifies whether to skip the descendats of the current row.</p>
  1040. <p class="body">The <i>SkipSiblings</i> argument specifies whether to skip sibling rows of the current row.</p>
  1041. <p class="body">The <i>TerminateExport</i> argument specifies whether to terminate the export process. Current row will not be processed.</p>
  1042. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1043. <p class="body">This event is fired for every grid row which is being exported, and before <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExporting"/> and <see cref="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExported"/> are fired. Use this event to set grid row specific properties and to control exporting process.</p>
  1044. </remarks>
  1045. </member>
  1046. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExporting">
  1047. <summary>
  1048. Occurs before grid row is exported to excel.
  1049. </summary>
  1050. <remarks>
  1051. <p class="body">The <i>GridRow</i> argument returns a reference to row being exported.</p>
  1052. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1053. <p class="body">This event is fired before excel row with grid data is processed. Use Cancel argument to cancel row exporting. If grid rows spans multiple Excel rows (like in row layout mode), this event is fired only for first row.</p>
  1054. </remarks>
  1055. </member>
  1056. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.RowExported">
  1057. <summary>
  1058. Occurs after grid row is exported to excel.
  1059. </summary>
  1060. <remarks>
  1061. <p class="body">The <i>GridRow</i> argument returns a reference to row being exported.</p>
  1062. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1063. <p class="body">This event is fired after excel row with grid data is processed. Use it to apply any additional formatting to excel row. If grid rows spans multiple Excel rows (like in row layout mode), this event is fired only for last row.</p>
  1064. </remarks>
  1065. </member>
  1066. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExporting">
  1067. <summary>
  1068. Occurs before summary row is exported to excel.
  1069. </summary>
  1070. <remarks>
  1071. <p class="body">The <i>Summaries</i> argument returns a reference to summary values.</p>
  1072. <p class="body">The <i>SummaryLevel</i> argument returns a current summary level.</p>
  1073. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1074. <p class="body">This event is fired before excel row with summary values for specific level is processed. Use Cancel argument to cancel row exporting. If summaries span multiple Excel rows (like in row layout mode), this event is fired only for first row of summaries.</p>
  1075. </remarks>
  1076. </member>
  1077. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryRowExported">
  1078. <summary>
  1079. Occurs after summary row is exported to excel.
  1080. </summary>
  1081. <remarks>
  1082. <p class="body">The <i>Summaries</i> argument returns a reference to summary values.</p>
  1083. <p class="body">The <i>SummaryLevel</i> argument returns a current summary level.</p>
  1084. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1085. <p class="body">This event is fired after excel row with summary values for specific level is processed. Use it to apply any additional formatting to excel row. If summaries span multiple Excel rows (like in row layout mode), this event is fired only for last row of summaries.</p>
  1086. </remarks>
  1087. </member>
  1088. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExporting">
  1089. <summary>
  1090. Occurs before header row is exported to excel.
  1091. </summary>
  1092. <remarks>
  1093. <p class="body">The <i>Band</i> argument returns a reference to UltraGridBand associated with headers.</p>
  1094. <p class="body">The <i>GridRow</i> argument returns a reference to UltraGridRow associated with headers.</p>
  1095. <p class="body">The <i>HeaderType</i> argument returns type of header.</p>
  1096. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1097. <p class="body">This event is fired before excel row with header values is processed. Use Cancel argument to cancel row exporting. If headers span multiple Excel rows (like in row layout mode), this event is fired only for first header row.</p>
  1098. </remarks>
  1099. </member>
  1100. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderRowExported">
  1101. <summary>
  1102. Occurs after header row is exported to excel.
  1103. </summary>
  1104. <remarks>
  1105. <p class="body">The <i>Band</i> argument returns a reference to UltraGridBand associated with headers.</p>
  1106. <p class="body">The <i>GridRow</i> argument returns a reference to UltraGridRow associated with headers.</p>
  1107. <p class="body">The <i>HeaderType</i> argument returns type of header.</p>
  1108. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1109. <p class="body">This event is fired after excel row with header values is processed. Use it to apply any additional formatting to excel row. If headers span multiple Excel rows (like in row layout mode), this event is fired only for last header row.</p>
  1110. </remarks>
  1111. </member>
  1112. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExporting">
  1113. <summary>
  1114. Occurs before grid cell is exported to excel.
  1115. </summary>
  1116. <remarks>
  1117. <p class="body">The <i>GridRow</i> argument returns a reference to a grid row containing the cell.</p>
  1118. <p class="body">The <i>GridColumn</i> argument returns a reference to associated grid column.</p>
  1119. <p class="body">The <i>Value</i> argument returns a grid cell value.</p>
  1120. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1121. <p class="body">This event is fired before excel cell with grid data is processed. Use Cancel argument to cancel cell exporting.</p>
  1122. </remarks>
  1123. </member>
  1124. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.CellExported">
  1125. <summary>
  1126. Occurs after grid cell is exported to excel.
  1127. </summary>
  1128. <remarks>
  1129. <p class="body">The <i>GridRow</i> argument returns a reference to a grid row containing the cell.</p>
  1130. <p class="body">The <i>GridColumn</i> argument returns a reference to associated grid column.</p>
  1131. <p class="body">The <i>Value</i> argument returns a grid cell value.</p>
  1132. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1133. <p class="body">This event is fired after excel cell with grid data is processed. Use it to apply any additional formatting to excel cell.</p>
  1134. </remarks>
  1135. </member>
  1136. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExporting">
  1137. <summary>
  1138. Occurs before header cell is exported to excel.
  1139. </summary>
  1140. <remarks>
  1141. <p class="body">The <i>GridHeader</i> argument returns a reference to grid header.</p>
  1142. <p class="body">The <i>GridRow</i> argument returns a reference to associated grid row.</p>
  1143. <p class="body">The <i>HeaderType</i> argument returns header type.</p>
  1144. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1145. <p class="body">This event is fired before excel cell with header value is processed. Use Cancel argument to cancel cell exporting.</p>
  1146. </remarks>
  1147. </member>
  1148. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.HeaderCellExported">
  1149. <summary>
  1150. Occurs after header cell is exported to excel.
  1151. </summary>
  1152. <remarks>
  1153. <p class="body">The <i>GridHeader</i> argument returns a reference to grid header.</p>
  1154. <p class="body">The <i>GridRow</i> argument returns a reference to associated grid row.</p>
  1155. <p class="body">The <i>HeaderType</i> argument returns header type.</p>
  1156. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1157. <p class="body">This event is fired after excel cell with header value is processed. Use it to apply any additional formatting to excel cell.</p>
  1158. </remarks>
  1159. </member>
  1160. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExporting">
  1161. <summary>
  1162. Occurs before summary cell is exported to excel.
  1163. </summary>
  1164. <remarks>
  1165. <p class="body">The <i>Summary</i> argument returns a reference to a summary value.</p>
  1166. <p class="body">The <i>SummaryLevel</i> argument returns current summary level.</p>
  1167. <p class="body">Additionaly this event has Cancel, Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs"/>.</p>
  1168. <p class="body">This event is fired before excel cell with summary value is processed. Use Cancel argument to cancel cell exporting.</p>
  1169. </remarks>
  1170. </member>
  1171. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.SummaryCellExported">
  1172. <summary>
  1173. Occurs after summary cell is exported to excel.
  1174. </summary>
  1175. <remarks>
  1176. <p class="body">The <i>Summary</i> argument returns a reference to a summary value.</p>
  1177. <p class="body">The <i>SummaryLevel</i> argument returns current summary level.</p>
  1178. <p class="body">Additionaly this event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1179. <p class="body">This event is fired after excel cell with summary value is processed. Use it to apply any additional formatting to excel cell.</p>
  1180. </remarks>
  1181. </member>
  1182. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.EndExport">
  1183. <summary>
  1184. Occurs after grid export is finished.
  1185. </summary>
  1186. <remarks>
  1187. <p class="body">The <i>Canceled</i> argument is true if exporting process was been canceled.</p>
  1188. <p class="body">This event has Workbook, CurrentWorksheet, CurrentRowIndex, CurrentColumnIndex, CurrentOutlineLevel arguments inherited from <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs"/>.</p>
  1189. <p class="body">This event is fired after exporting process is finished and is fired after all other events. Use this event for any post processing of excel workbook.</p>
  1190. </remarks>
  1191. </member>
  1192. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeColumn">
  1193. <summary>
  1194. Occurs when a grid column is initialized.
  1195. </summary>
  1196. <remarks>
  1197. <p class="body">The <i>FrameworkFormatStr</i> argument has value only if column has format string assigned. Value represents format string in .NET Framework format.</p>
  1198. <p class="body">If needed, the <i>ExcelFormatStr</i> argument should be set to excel specific format string. If not set, cells in column will have no specific format.</p>
  1199. <p class="body">This event is fired when a grid column is initialized. You should use this event to convert format strings from .NET Framework format to Excel format. See .NET Framework documentation and Excel help file for more information about differences in format strings.</p>
  1200. </remarks>
  1201. </member>
  1202. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExporting">
  1203. <summary>
  1204. Fires before exporting a formula to a worksheet cell.
  1205. </summary>
  1206. <remarks>
  1207. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.Context"/> property will return the object in the grid whose formula is being exported. This will be either an <see cref="T:Infragistics.Win.UltraWinGrid.UltraGridCell"/> or a <see cref="T:Infragistics.Win.UltraWinGrid.SummaryValue"/>.</para>
  1208. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.GridFormula"/> property will return the formula applied to the object in the grid.</para>
  1209. <para class="body">This event will fire after the <see cref="T:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter"/> has attempted to convert a grid formula into an equivalent Excel formula and is export to apply the formula (or an error message if the conversion failed) to the worksheet cell.</para>
  1210. </remarks>
  1211. </member>
  1212. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExported">
  1213. <summary>
  1214. Fires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell.
  1215. </summary>
  1216. <remarks>
  1217. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.Context"/> property will return the object in the grid whose formula is being exported. This will be either an <see cref="T:Infragistics.Win.UltraWinGrid.UltraGridCell"/> or a <see cref="T:Infragistics.Win.UltraWinGrid.SummaryValue"/>.</para>
  1218. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.GridFormula"/> property will return the formula applied to the object in the grid.</para>
  1219. </remarks>
  1220. </member>
  1221. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.FormulaExportError">
  1222. <summary>
  1223. Fires after exporting a formula (or an error message if the conversion from a grid formula to an Excel formula failed) to a worksheet cell.
  1224. </summary>
  1225. <remarks>
  1226. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.Context"/> property will return the object in the grid whose formula is being exported. This will be either an <see cref="T:Infragistics.Win.UltraWinGrid.UltraGridCell"/> or a <see cref="T:Infragistics.Win.UltraWinGrid.SummaryValue"/>.</para>
  1227. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaEventArgs.GridFormula"/> property will return the formula applied to the object in the grid.</para>
  1228. <para class="body">The <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.Error"/> property will indicate the type of error that occurred and the <see cref="P:Infragistics.Win.UltraWinGrid.ExcelExport.FormulaExportErrorEventArgs.ErrorText"/> provides details of the error.</para>
  1229. </remarks>
  1230. </member>
  1231. <member name="E:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.InitializeSummary">
  1232. <summary>
  1233. Occurs when a summaryis initialized.
  1234. </summary>
  1235. <remarks>
  1236. <p class="body">The <i>FrameworkFormatStr</i> argument has value only if summary has a DisplayFormat string assigned. This represents the format string in the .NET Framework format.</p>
  1237. <p class="body">If needed, the <i>ExcelFormatStr</i> argument should be set to an Excel-specific format string. If not set, exported summaries will have no specific format.</p>
  1238. <p class="body">This event is fired when a SummarySettings is initialized. You should use this event to convert format strings from .NET Framework format to Excel format. See .NET Framework documentation and Excel help file for more information about differences in format strings.</p>
  1239. </remarks>
  1240. </member>
  1241. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.About">
  1242. <summary>
  1243. Displays the About dialog for the control.
  1244. </summary>
  1245. </member>
  1246. <member name="P:Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.Infragistics#Shared#IUltraLicensedComponent#License">
  1247. <summary>
  1248. Return the license we cached inside the constructor
  1249. </summary>
  1250. </member>
  1251. </members>
  1252. </doc>