Object: Sheet
- Updated2024-09-12
- 1 minute(s) read
Object: Sheet
The Sheet object provides a worksheet in DIAdem REPORT.
The following example displays the names of all the worksheets:
| VBScript | Python |
Dim oMySheet For Each oMySheet in Report.Sheets Call MsgBoxDisp(oMySheet.Name) Next
Properties
Dimensions | Events | Index | Name | Objects | SubSheets | TagStored | TagTemporary | UseForPrinting | UseMasterLayout
Methods
Activate | ExportToClipboard | ExportToImage | ExportToPDF | ExportToXPS | Print
Returned From
2DTableColumnDrawingContext.Sheet | 2DTableDrawingCellContext.Sheet | 2DTableDropContext.Sheet | 3DTableDropContext.Sheet | CommentDropContext.Sheet | CustomScalingAxisSystem2DContext.Sheet | CustomScalingAxisSystem2DScaledContext.Sheet | CustomScalingAxisSystem3DContext.Sheet | D2AxisSystemClickedWithKeyContext.Sheet | D2AxisSystemDropContext.Sheet | D2CurveDrawingContext.Sheet | D2CurveTransformingContext.Sheet | D3AxisSystemDropContext.Sheet | D3CurveDrawingContext.Sheet | D3CurveTransformingContext.Sheet | PageDropContext.Sheet | PolarAxisSystemClickedWithKeyContext.Sheet | PolarCurveDrawingContext.Sheet | PolarSystemDropContext.Sheet | Report.ActiveSheet | Sheets.Add | Sheets.Copy | Sheets.Insert | Sheets.Item | Table2DColumnTransformingContext.Sheet | TextDropContext.Sheet | ToolTip2DAxisContext.Sheet | ToolTip2DTableContext.Sheet | ToolTip3DAxisContext.Sheet | ToolTip3DTableContext.Sheet | ToolTipArrowContext.Sheet | ToolTipCircleContext.Sheet | ToolTipCommentContext.Sheet | ToolTipFormulaDisplayContext.Sheet | ToolTipFrameContext.Sheet | ToolTipImageContext.Sheet | ToolTipPieChartContext.Sheet | ToolTipPolarContext.Sheet | ToolTipSpiderContext.Sheet | ToolTipTextContext.Sheet