[]
The worksheet document.
public class XLSheetRendering : IUsingRendering
| Name | Description |
|---|---|
| XLSheetRendering(XLSheet, IRendering) | The sheet rendering. |
| Name | Description |
|---|---|
| AreaHeight | Gets area height for print in points. |
| AreaWidth | Gets area width for print in points. |
| Background | Gets or sets background color. |
| BlackAndWhite | Gets indication that print black and white. |
| PageSize | Gets or sets the page size for render (in points). |
| Rendering | Gets a rendering interface. |
| Scaling | Gets or sets scaling factor for printing. |
| ShowHeaders | Gets indication for show headers. |
| ShowShapes | Gets or sets flag of show shapes of the worksheet. |
| Name | Description |
|---|---|
| Layout(float, float) | Create or update this HtmlElement with the provided info. |
| Render(RectangleF) | Render using the IRendering interface. |
| Render(RectangleF, float) | Render the HTML document. |