Spread.Sheets Documentation
Padding Method
The top padding.
The right padding.
The bottom padding.
The left padding.
Represents the padding information.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Comments.Padding(top, right, bottom, left);
function Padding( 
   top : number,
   right : number,
   bottom : number,
   left : number
) : any;

Parameters

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

Reference

Comments type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.