[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellPadding

ICellPadding Interface

Represents the cell padding values for a range.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICellPadding
Public Interface ICellPadding
Examples
ICellPadding padding = new CellPadding(10, 20, 10, 5);
int left = padding.Left;

Properties

Name Description
Bottom

Gets the bottom cell padding.

Left

Gets the left cell padding.

Right

Gets the right cell padding.

Top

Gets the top cell padding.