[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellPadding

Interface ICellPadding

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Gets or sets the cell padding.

public interface ICellPadding

Properties

Bottom

get bottom cell padding.

int Bottom { get; }

Property Value

int

Left

get left cell padding.

int Left { get; }

Property Value

int

Right

get right cell padding.

int Right { get; }

Property Value

int

Top

get top cell padding.

int Top { get; }

Property Value

int