Show / Hide Table of Contents

Class TextPosition

Position settings for text.

Inheritance
System.Object
TextPosition
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TextPosition : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HorizontalAlignment

Horizontal alignment setting for the piece of text.

Declaration
public virtual string HorizontalAlignment { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top