'Declaration Public Enum IncludeHeaders Inherits System.Enum
'Usage Dim instance As IncludeHeaders
public enum IncludeHeaders : System.Enum
'Declaration Public Enum IncludeHeaders Inherits System.Enum
'Usage Dim instance As IncludeHeaders
public enum IncludeHeaders : System.Enum
Member | Description |
---|---|
BothCustomOnly | Includes both custom column and custom row headers, custom headers only |
ColumnHeadersCustomOnly | Includes only custom column headers |
None | Includes neither column nor row headers |
RowHeadersCustomOnly | Includes only custom row headers |
This enumeration is used when saving or loading a spreadsheet from a file. The settings determine whether to include the headers when opening from or saving to a file.
For more information, refer to Opening Existing Files and Saving Data to a File .
FpSpread1.SaveExcel("test.xls", FarPoint.Web.Spread.Model.IncludeHeaders.BothCustomOnly);
FpSpread1.SaveExcel("test.xls", FarPoint.Web.Spread.Model.IncludeHeaders.BothCustomOnly)
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.Model.IncludeHeaders