Class Workbook
Inheritance
System.Object
Workbook
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Workbook : ModelBase, IExtensibleDataObject, IWorkbook
Constructors
Workbook()
Declaration
Fields
Empty
Declaration
public static readonly Workbook Empty
Field Value
Properties
Filename
Declaration
public string Filename { get; set; }
Property Value
Type |
Description |
System.String |
|
IsLockedToCurrentAssociation
Declaration
public bool IsLockedToCurrentAssociation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public WorkbookState State { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
System.Runtime.Serialization.IExtensibleDataObject