Show / Hide Table of Contents

Class TableColumnProperties

Properties of each column in a table.

Inheritance
System.Object
TableColumnProperties
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableColumnProperties : IDirectResponseSchema

Properties

ColumnWidth

Width of a column.

Declaration
[JsonProperty("columnWidth")]
public virtual Dimension ColumnWidth { get; set; }
Property Value
Type Description
Dimension

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
Back to top