GcSpread.Sheets Namespace > Cell type : textIndent Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: number returnValue = instance.textIndent(value);
function textIndent( value : number ) : number;
activeSheet.getCell(1,1).textIndent(3);