SpreadsheetRangeType Enumeration |
Type of the Range
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [SerializableAttribute]
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum SpreadsheetRangeType
<SerializableAttribute>
<DataContractAttribute(Namespace := "http://www.hummingbird-alm.com/testframework/201610")>
Public Enumeration SpreadsheetRangeType
[SerializableAttribute]
[DataContractAttribute(Namespace = L"http://www.hummingbird-alm.com/testframework/201610")]
public enum class SpreadsheetRangeType
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")>]
type SpreadsheetRangeType
Members
| Member name | Value | Description |
---|
| NamedRange | 0 |
Named Range, specifies a name that refers to the range of cells.
|
| Table | 1 |
Table, specifies the name of a Table
|
| Cells | 2 |
Range, specifies the range between of two cells. for example: "A1:C3" returns all 9 cells from A1 to C3.
|
See Also