ExcelDataSourceSheetName Property |
Gets or sets Name of the Sheet in a SpreadSheet document.
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; }
<DataMemberAttribute>
Public Property SheetName As String
Get
Set
public:
[DataMemberAttribute]
property String^ SheetName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SheetName : string with get, set
Property Value
Type:
String
An
String value that represents SheetName of the current object
See Also