sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.TextFormatRun Class Reference

A run of a text format. The format of this run continues until the start index of the next run. When updating, all fields must be set. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.TextFormatRun:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual TextFormat Format [get, set]
 The format of this run. Absent values inherit the cell's format. More...
 
virtual System.Nullable< int > StartIndex [get, set]
 The character index where this run starts. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A run of a text format. The format of this run continues until the start index of the next run. When updating, all fields must be set.

Property Documentation

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.TextFormatRun.ETag
getset

The ETag of the item.

◆ Format

virtual TextFormat Google.Apis.Sheets.v4.Data.TextFormatRun.Format
getset

The format of this run. Absent values inherit the cell's format.

◆ StartIndex

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.TextFormatRun.StartIndex
getset

The character index where this run starts.


The documentation for this class was generated from the following file: