Package com.grapecity.documents.excel
Interface ICellPadding
- All Known Implementing Classes:
CellPadding
public interface ICellPadding
Gets or sets the cell padding.
-
Method Summary
-
Method Details
-
getLeft
int getLeft()get left cell padding.- Returns:
- The left padding of the cell.
-
getRight
int getRight()get right cell padding.- Returns:
- The right padding of the cell.
-
getTop
int getTop()get top cell padding.- Returns:
- The top padding of the cell.
-
getBottom
int getBottom()get bottom cell padding.- Returns:
- The bottom padding of the cell.
-