Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ResizeZeroIndicator Enumeration


In This Topic
    ResizeZeroIndicator Enumeration
    In This Topic
    Specifies the drawing policy of the row or column when it is resized to zero.
    Syntax
    'Declaration
     
    Public Enum ResizeZeroIndicator 
       Inherits System.Enum
    'Usage
     
    Dim instance As ResizeZeroIndicator
    public enum ResizeZeroIndicator : System.Enum 
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.UI.ResizeZeroIndicator

    See Also