Spread WPF 18
GrapeCity.CalcEngine Namespace / Function.VisibilityDependent Enumeration


In This Topic
    Function.VisibilityDependent Enumeration
    In This Topic
    Represents how the visiblity change affects to the calculation.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Protected Friend Enum Function.VisibilityDependent 
       Inherits System.Enum
    'Usage
     
    Dim instance As Function.VisibilityDependent
    [Flags()]
    protected internal enum Function.VisibilityDependent : System.Enum 
    Members
    MemberDescription
    BothBoth of row and column visibility change affects to the calculation.
    ColumnsThe column visibility change affects to the calculation.
    NoneThe visibility change does not affect to the calculation.
    RowsThe row visibility change affects to the calculation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.Function.VisibilityDependent

    See Also