Spread for ASP.NET 12 Product Documentation
IncludeHeaders Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : IncludeHeaders Enumeration
Specifies which spreadsheet headers should be included.
Syntax
'Declaration
 
Public Enum IncludeHeaders 
   Inherits System.Enum
'Usage
 
Dim instance As IncludeHeaders
public enum IncludeHeaders : System.Enum 
Members
MemberDescription
BothCustomOnlyIncludes both custom column and custom row headers, custom headers only
ColumnHeadersCustomOnlyIncludes only custom column headers
NoneIncludes neither column nor row headers
RowHeadersCustomOnlyIncludes only custom row headers
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Model.IncludeHeaders

See Also

Reference

FarPoint.Web.Spread.Model Namespace