Click or drag to resize

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
Members
  Member nameValueDescription
NamedRange0 Named Range, specifies a name that refers to the range of cells.
Table1 Table, specifies the name of a Table
Cells2 Range, specifies the range between of two cells. for example: "A1:C3" returns all 9 cells from A1 to C3.
See Also