Spread.Sheets Documentation
Padding Constructor
GC.Spread.Sheets.Comments Namespace > Padding type : Padding Constructor
The top padding.
The right padding.
The bottom padding.
The left padding.
Represents the padding information.
Syntax
var instance = new GC.Spread.Sheets.Comments.Padding(top, right, bottom, left);
function Padding( 
   top : number,
   right : number,
   bottom : number,
   left : number
) : Padding;

Parameters

top
The top padding.
right
The right padding.
bottom
The bottom padding.
left
The left padding.
See Also

Reference

Padding type