Class NamedRange
A named range.
Inheritance
System.Object
NamedRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.GoogleDoc
Assembly: cs.temp.dll.dll
Syntax
public class NamedRange
Properties
Cells
The cells inside the named range.
Declaration
public IEnumerable<ICellPointer> Cells { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ICellPointer> |
Id
The Id of the named range.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the named range.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Range
First and last points of the range
Declaration
public GridRange Range { get; }
Property Value
Type | Description |
---|---|
GridRange |