SpreadJS Documentation
GC.Spread.Sheets.CellTypes Namespace / Base class / getAutoFitWidth Method
The cell's value.
The cell's text.
The cell's actual value.
The current sheet's zoom factor.
The context associated with the cell type. See the Remarks for more information.
In This Topic
    getAutoFitWidth Method
    In This Topic
    Gets a cell's width that can be used to handle the column's automatic fit.
    Syntax
    var instance = new GC.Spread.Sheets.CellTypes.Base();
    var returnValue; // Type: number
    returnValue = instance.getAutoFitWidth(value, text, cellStyle, zoomFactor, context);
    function getAutoFitWidth( 
       value : object,
       text : string,
       cellStyle : Style,
       zoomFactor : number,
       context : object
    ) : number;

    Parameters

    value
    The cell's value.
    text
    The cell's text.
    cellStyle
    The cell's actual value.
    zoomFactor
    The current sheet's zoom factor.
    context
    The context associated with the cell type. See the Remarks for more information.

    Return Value

    Returns the cell's width that can be used to handle the column's automatic fit.
    Remarks

    The context parameter can include the following items:

    Item Type Description
    context.sheet GC.Spread.Sheets.Sheet instance Indicates the current sheet.
    context.row number The row index.
    context.col number The column index.
    context.sheetArea GC.Spread.Sheets.SheetArea The current sheet area.

     

    See Also

    Reference

    Base class