Show / Hide Table of Contents

Class Workbook

Inheritance
System.Object
ModelBase
Workbook
Implements
System.Runtime.Serialization.IExtensibleDataObject
IWorkbook
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Workbook : ModelBase, IExtensibleDataObject, IWorkbook

Constructors

Workbook()

Declaration
public Workbook()

Fields

Empty

Declaration
public static readonly Workbook Empty
Field Value
Type Description
Workbook

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
Type Description
WorkbookState

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Implements

System.Runtime.Serialization.IExtensibleDataObject
IWorkbook
In This Article
Back to top Generated by DocFX