Nevron .NET Vision
Nevron.FormulaSheet Namespace / FormulaSheetViewStyle Enumeration


In This Topic
    FormulaSheetViewStyle Enumeration
    In This Topic
    Defines the possible ways in which a formula sheet can be viewed
    Syntax
    'Declaration
     
    
    Public Enum FormulaSheetViewStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FormulaSheetViewStyle
    public enum FormulaSheetViewStyle : System.Enum 
    Members
    MemberDescription
    FormulasView the sheet as formulas
    ValuesView the sheet as values
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.FormulaSheet.FormulaSheetViewStyle

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also