Spread.Sheets 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.options.resizeZeroIndicator = GC.Spread.Sheets.ResizeZeroIndicator.enhanced;
activeSheet.getRange(-1, 2, -1, 1).width(0);
activeSheet.getRange(1, -1, 1, -1).height(0);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ResizeZeroIndicator

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.