Spread for ASP.NET 7.0 Product Documentation
IncludeHeaders Enumeration
Example  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : IncludeHeaders Enumeration


Glossary Item Box

Specifies which spreadsheet headers should be included.

Syntax

Visual Basic (Declaration) 
Public Enum IncludeHeaders 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As IncludeHeaders
C# 
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

Remarks

This enumeration is used when saving or loading a spreadsheet from a file. The settings determine whether to incude the headers when opening from or saving to a file.

For more information, refer to Opening Existing Files and Saving Data to a File .

Example

C#Copy Code
FpSpread1.SaveExcel("test.xls", FarPoint.Web.Spread.Model.IncludeHeaders.BothCustomOnly);
VB.NETCopy Code
FpSpread1.SaveExcel("test.xls", FarPoint.Web.Spread.Model.IncludeHeaders.BothCustomOnly)

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.