var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.showEllipsis(value);
function showEllipsis( (optional) value : boolean ) : any;
パラメータ
- value
- セルのテキストに省略記号を表示する場合、
true
に設定します。
戻り値の型
値が設定されていない場合、セルのellipsisプロパティかどうかを返します。