SpreadJS Documentation
GC.Spread.Sheets.Comments Namespace / Padding type / Padding Constructor
The top padding.
The right padding.
The bottom padding.
The left padding.
In This Topic
    Padding Constructor
    In This Topic
    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