SpreadJS Documentation
ResizeZeroIndicator Enumeration
Specifies the drawing policy of the row or column when it is resized to zero.
Members
MemberDescription
DefaultUses the current drawing policy when the row or column is resized to zero.
EnhancedDraws two short lines when the row or column is resized to zero.
Example
This example displays double grid lines for the column or row with zero width or height.
spread.resizeZeroIndicator(GcSpread.Sheets.ResizeZeroIndicator.Enhanced);
activeSheet.getColumn(2).width(0);
activeSheet.getRow(1).height(0);
Inheritance Hierarchy

Object
   GcSpread.Sheets.ResizeZeroIndicator

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.