Object: Sheet
- Mise à jour2024-09-12
- Temps de lecture : 1 minute(s)
Object: Sheet
The Sheet object provides access to a worksheet in DIAdem VIEW.
The following example displays a message with the names of all worksheets in a layout:
| VBScript | Python |
Dim oMySheet For Each oMySheet in View.Sheets Call MsgBoxDisp(oMySheet.Name) Next
Properties
ActiveArea | Areas | CurrArea | Cursor | Index | Name | TagStored | TagTemporary
Returned From
Area.Sheet | Cursor.Sheet | Sheets.Add | Sheets.Item | View.ActiveSheet | View.CurrSheet