Click or drag to resize

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
Members
  Member nameValueDescription
Overwrite0 Overwrite the data of the given worksheet but keeps data in other part of an spreedsheet.
Replace1 The existing will be deleted and be replaced by the current one.
See Also