Class NamedRange
A named range.
Inheritance
System.Object
NamedRange
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class NamedRange : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the named range.
Declaration
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NamedRangeId
The ID of the named range.
Declaration
public virtual string NamedRangeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
The range this represents.
Declaration
public virtual GridRange Range { get; set; }
Property Value
| Type | Description |
|---|---|
| GridRange |