Show / Hide Table of Contents

Interface IWorkbook

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IWorkbook

Properties

Filename

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

IsLockedToCurrentAssociation

Declaration
bool IsLockedToCurrentAssociation { get; set; }
Property Value
Type Description
System.Boolean

Path

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

State

Declaration
WorkbookState State { get; set; }
Property Value
Type Description
WorkbookState

Title

Declaration
string Title { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX