Welcome to Infragistics Document Engine The Infragistics Document Engine™ is a complete, self-contained code library, allowing you to generate exceptional reports in both Portable Document Format (PDF) and XML Paper Specification (XPS) format. Infragistics Document Engine’s Document Object Model (DOM) is simple en...
Writing Reports When writing reports, there are two main types of elements that you will use. The first type, layout and content elements, allow you to set up your report’s logical flow and add whatever content you need to it. The second type of element is the graphical element. Graphic elements are more like supp...
Embedding WinChart inside WinGrid Cells using a Draw Filter Sometimes displaying tabular Grid data can be greatly enhanced by also providing a Chart to show an entity’s trends. Achieving this kind of functionality with WinGrid™ and WinChart™ requires custom coding that requires a good understanding of the IUIEleme...
Accessing Cells and Cell Regions by Name Topic Overview Purpose This topic explains, with code examples, how to access cells and regions within a worksheet in a Microsoft® Excel® workbook by their names or by their named references. For information about how to access cells and regions by their reference strings, ...
Accessing Cells and Regions by their Reference Strings This topic will familiarize you on how to access cells and ranges within a worksheet in an Excel® Workbook. The GetCell and GetRegion method of the Worksheet class accepts cell reference strings as a parameter. In the following example code a Worksheet cell is...
Add an Image to a Worksheet Microsoft® Excel® allows images and other shapes to be placed in any location on a worksheet. Using a WorksheetImage object, you can also add an image to a Worksheet . All shapes are added to a worksheet by using the following steps, in order: Create the desired shape. Set the anchors f...
Add Document Properties to a Workbook Associated with each workbook file are various properties that provide information about its content. These properties include the following pieces of information: Author Title Subject Keywords Category Status Comments This information can be accessed through the Microsoft® Ex...
Adding a Hyperlink to a cell in an Excel file This topic shows you how to add a hyperlink to a cell in a Microsoft® Excel™ file using the WorksheetCell object’s ApplyFormula method. The following code creates an Excel file with a hyperlink in cell 0 of the worksheet by using the intrinsic Excel HYPERLINK formula. ...
Adding Shapes to a Worksheet Before You Begin One of the great things about the Infragistics.Documents.Excel assembly is the ability to add images and shapes to your worksheet. As in Microsoft® Excel®, you can place an image on a worksheet, position it where you want, and even group it with other shapes on the sam...
API Overview (Infragistics Excel Engine) This section lists each namespace that is relevant to the Infragistics Excel Engine. We also give you several key classes that you will be using while programming with this code library. The namespaces and classes on this page link directly into our API documentation. Infra...