ExistingFileBehavior Enumeration |
The behavior or the data storage while handling a file to write but that file does alrealy exist.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum ExistingFileBehavior
<DataContractAttribute(Namespace := "http://www.hummingbird-alm.com/testframework/201610")>
Public Enumeration ExistingFileBehavior
[DataContractAttribute(Namespace = L"http://www.hummingbird-alm.com/testframework/201610")]
public enum class ExistingFileBehavior
[<DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")>]
type ExistingFileBehavior
Members
| Member name | Value | Description |
---|
| Overwrite | 0 |
Overwrite the data of the given worksheet but keeps data in other part of an spreedsheet.
|
| Replace | 1 |
The existing will be deleted and be replaced by the current one.
|
See Also