var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.labelOptions(value, value.alignment, value.visibility, value.font, value.foreColor, value.margin);
function labelOptions( value : Object, (optional) value.alignment : LabelAlignment, (optional) value.visibility : LabelVisibility, (optional) value.font : string, (optional) value.foreColor : string, (optional) value.margin : string ) : any;
Parameters
- value
- The cell label options.
- value.alignment
- The cell label position.
- value.visibility
- The cell label visibility.
- value.font
- The cell label font.
- value.foreColor
- The cell label forecolor.
- value.margin
- The cell label margin.
Return Value
If no value is set, returns the value of the cell label options; otherwise, returns the cell.