Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView.LayoutModeType Enumeration
Example Example


In This Topic
    SheetView.LayoutModeType Enumeration
    In This Topic
    Specifies the type of layout mode.
    Syntax
    'Declaration
     
    
    Public Enum SheetView.LayoutModeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetView.LayoutModeType
    public enum SheetView.LayoutModeType : System.Enum 
    Members
    MemberDescription
    CellLayoutModeUses the cell layout mode.
    RowTemplateLayoutModeUses the row template layout mode.
    Example
    This example uses the SheetView.LayoutModeType enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.SheetView.LayoutModeType

    See Also