Show / Hide Table of Contents

Class NamedRanges

A collection of all the NamedRanges in the document that share a given name.

Inheritance
object
NamedRanges
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedRanges : IDirectResponseSchema

Properties

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX