# GC.Spread.Sheets.Comments.Padding

## Content

# Class: Padding

[Sheets](../modules/GC.Spread.Sheets).[Comments](../modules/GC.Spread.Sheets.Comments).Padding

## Table of contents

### Constructors

- [constructor](GC.Spread.Sheets.Comments.Padding#constructor)

## Constructors

### <a id="constructor" name="constructor"></a> constructor

• **new Padding**(`top?`, `right?`, `bottom?`, `left?`)

Represents the padding information.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `top?` | `number` | The top padding. |
| `right?` | `number` | The right padding. |
| `bottom?` | `number` | The bottom padding. |
| `left?` | `number` | The left padding. |
