Project |
public enum ProjectNodeType
| Member name | Value | Description |
|---|---|---|
| SpreadSheet | 0 | Spreadsheet node. |
| Matrix | 1 | Matrix node. |
| Excel | 2 | Excel workbook node. |
| Graph | 3 | Graph node. |
| Graph3D | 4 | 3D graph node. |
| Note | 5 | Note node. |
| Folder | 6 | Folder node. |
The ProjectNodeType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |