GcSpread.Sheets Namespace : ResizeZeroIndicator Enumeration |
Member | Description |
---|---|
Default | Uses the current drawing policy when the row or column is resized to zero. |
Enhanced | Draws two short lines when the row or column is resized to zero. |
spread.resizeZeroIndicator(GcSpread.Sheets.ResizeZeroIndicator.Enhanced); activeSheet.getColumn(2).width(0); activeSheet.getRow(1).height(0);
Object
GcSpread.Sheets.ResizeZeroIndicator