Click or drag to resize

ExcelDataStorageSheetName Property

Gets or sets the Worksheet name where the data will be written.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string SheetName { get; set; }

Property Value

Type: String
The name of the sheet.
See Also