[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellPadding

CellPadding Class

Gets or sets the cell padding.

Inheritance
CellPadding
Implements
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class CellPadding : ICellPadding
Public Class CellPadding
    Implements ICellPadding

Constructors

Name Description
CellPadding(int)

Assign the four properties of cellPadding with the same value

CellPadding(int, int, int, int)

Assign different values to the four properties of cellPadding.

Properties

Name Description
Bottom

get bottom cell padding.

Left

get left cell padding.

Right

get right cell padding.

Top

get top cell padding.