Class TextToColumnsRequest
Splits a column of text into multiple columns, based on a delimiter in each cell.
Implements
Inherited Members
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 |