Interface IWorkbook
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
Title
Declaration
string Title { get; set; }
Property Value
Type |
Description |
System.String |
|