Show / Hide Table of Contents

Class TextToColumnsRequest

Splits a column of text into multiple columns, based on a delimiter in each cell.

Inheritance
object
TextToColumnsRequest
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TextToColumnsRequest : IDirectResponseSchema

Properties

Delimiter

The delimiter to use. Used only if delimiterType is CUSTOM.

Declaration
[JsonProperty("delimiter")]
public virtual string Delimiter { get; set; }
Property Value
Type Description
string

DelimiterType

The delimiter type to use.

Declaration
[JsonProperty("delimiterType")]
public virtual string DelimiterType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Source

The source data range. This must span exactly one column.

Declaration
[JsonProperty("source")]
public virtual GridRange Source { get; set; }
Property Value
Type Description
GridRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX