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

The amount of padding around the cell, in pixels. When updating padding, every field must be specified. More...

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

Properties

virtual System.Nullable< int > Bottom [get, set]
 The bottom padding of the cell. More...
 
virtual System.Nullable< int > Left [get, set]
 The left padding of the cell. More...
 
virtual System.Nullable< int > Right [get, set]
 The right padding of the cell. More...
 
virtual System.Nullable< int > Top [get, set]
 The top padding of the cell. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The amount of padding around the cell, in pixels. When updating padding, every field must be specified.

Property Documentation

◆ Bottom

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.Padding.Bottom
getset

The bottom padding of the cell.

◆ ETag

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

The ETag of the item.

◆ Left

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.Padding.Left
getset

The left padding of the cell.

◆ Right

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.Padding.Right
getset

The right padding of the cell.

◆ Top

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.Padding.Top
getset

The top padding of the cell.


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