GcSpread.Sheets Namespace > Spread type : resizeZeroIndicator Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: ResizeZeroIndicator returnValue = instance.resizeZeroIndicator(value);
function resizeZeroIndicator( value : ResizeZeroIndicator ) : ResizeZeroIndicator;
spread.resizeZeroIndicator(GcSpread.Sheets.ResizeZeroIndicator.Enhanced); activeSheet.getColumn(2).width(0); activeSheet.getRow(1).height(0);