Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShadingStyle Enumeration


In This Topic
    ShadingStyle Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ShadingStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadingStyle
    public enum ShadingStyle : System.Enum 
    Members
    MemberDescription
    DiagonalDown 
    DiagonalUp 
    FromCenter 
    FromCorner 
    Horizontal 
    None 
    Vertical 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.ShadingStyle

    See Also