Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ReplacementType Enumeration


In This Topic
    ReplacementType Enumeration
    In This Topic
    Specifies the type of replacement.
    Syntax
    'Declaration
     
    
    Public Enum ReplacementType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ReplacementType
    public enum ReplacementType : System.Enum 
    Members
    MemberDescription
    CancelButton[3] Indicates the Cancel button replacement
    CellType[0] Indicates the cell type replacement
    Header[1] Indicates the header replacement
    UpdateButton[2] Indicates the Update button replacement
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.ReplacementType

    See Also