ExcelDataSourceRangeName Property |
Gets or sets RangeName according to the value of
RangeType
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string RangeName { get; set; }
<DataMemberAttribute>
Public Property RangeName As String
Get
Set
public:
[DataMemberAttribute]
property String^ RangeName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member RangeName : string with get, set
Property Value
Type:
String
An
String value that represents RangeName of the current object
See Also