Class NamedRanges
A collection of all the NamedRanges in the document that share a given name.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedRanges : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Name
The name that all the named ranges share.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NamedRangesValue
The NamedRanges that share the same name.
Declaration
[JsonProperty("namedRanges")]
public virtual IList<NamedRange> NamedRangesValue { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<NamedRange> |