var instance = new GC.Spread.Sheets.CellTypes.CheckBox(); var returnValue; // Type: any returnValue = instance.textAlign(value);
function textAlign( value : CheckBoxTextAlign ) : any;
Parameters
- value
- The text alignment relative to the check box.
Return Value
If no value is set, returns the text alignment relative to the check box; otherwise, returns the check box cell type.