Spread.Sheets Documentation
autoFitRow type
Represents the command used to automatically resize the row in a sheet.
* The command has a boolean field canUndo that indicates whether the command supports undo and redo operations, and an execute method that performs an execute or undo operation.
* The arguments of the execute method are as follows.
context {GC.Spread.Sheets.Workbook} The context of the operation.
options {Object} The options of the operation.
* options.sheetName {string} The sheet name.
* options.rows {Array} The resize rows; each item is an object which has a row.
* options.columnHeader {boolean} Whether the resized rows are in the column header area.
* options.autoFitType {GC.Spread.Sheets.AutoFitType} Whether the auto-fit action includes the header text.
isUndo {boolean} true if this is an undo operation; otherwise, false.
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Commands.autoFitRow

See Also

Reference

GC.Spread.Sheets.Commands Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.