[]
Spread.Sheets.ResizeZeroIndicator
Specifies the drawing policy of the row or column when it is resized to zero.
example
//This example displays double grid lines for the column or row with zero width or height.
spread.options.resizeZeroIndicator = GC.Spread.Sheets.ResizeZeroIndicator.enhanced;
activeSheet.getRange(-1, 2, -1, 1).width(0);
activeSheet.getRange(1, -1, 1, -1).height(0);
• default = 0
Uses the current drawing policy when the row or column is resized to zero.
• enhanced = 1
Draws two short lines when the row or column is resized to zero.