SpreadJS Documentation
textIndent Method
The column text indent.
Gets or sets the text indent for the column.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: number
returnValue = instance.textIndent(value);
function textIndent( 
   value : number
) : number;

Parameters

value
The column text indent.

Return Value

The column text indent.
Example
This example uses the textIndent method.
activeSheet.getColumn(3).textIndent(1);
Remarks
The text indent indicates the number of units of indentation for text in a cell. It is an integer value, where an increment of 1 represents 8 pixels.
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.