-
-
GrapeCity.Documents.Excel
-
- IAboveAverage
- IAreas
- IAuthor
- IAutoFilter
- IAutoMergeRangeInfo
- IBarcode
- IBorder
- IBorders
- IBuiltInDocumentPropertyCollection
- ICalcContext
- ICalculatedFields
- ICalculatedItems
- ICascadeSparkLine
- ICellCollection
- ICellColorSortField
- ICellDecoration
- ICellDecorationIcon
- ICellPadding
- ICodabar
- ICode128
- ICode39
- ICode49
- ICode93
- IColorScale
- IColorScaleCriteria
- IColorScaleCriterion
- IColorStop
- IColorStops
- IComment
- IComments
- ICommentsThreaded
- ICommentThreaded
- IConditionValue
- ICornerFold
- ICsvParser
- ICustomDocumentPropertyCollection
- ICustomView
- ICustomViews
- IDataBar
- IDataBarBorder
- IDataMatrix
- IDataOptions
- IDisplayFormat
- IDocumentProperty
- IDocumentPropertyCollection
- IEAN13
- IEAN8
- IExcelOptions
- IFilter
- IFilters
- IFont
- IFontColorSortField
- IFontOption
- IFormatColor
- IFormatCondition
- IFormatConditions
- IFormulaOptions
- IFormulaResolver
- IGraphic
- IGraphicsInfo
- IGroupInfo
- IGS1128
- IHeaderFooter
- IHPageBreak
- IHPageBreaks
- IHyperlink
- IHyperlinks
- IIcon
- IIconCriteria
- IIconCriterion
- IIconSet
- IIconSetCondition
- IIconSets
- IIconSortField
- IInterior
- IJsonSerializer
- ILabelOption
- ILabelOptions
- ILinearGradient
- IName
- INames
- INegativeBarFormat
- IOutline
- IOutlineColumn
- IPage
- IPageSetup
- IPane
- IPanes
- IPDF417
- IPivotAxis
- IPivotCache
- IPivotCaches
- IPivotCell
- IPivotField
- IPivotFields
- IPivotFilter
- IPivotFilters
- IPivotFormula
- IPivotFormulas
- IPivotItem
- IPivotItemList
- IPivotItems
- IPivotLine
- IPivotLineCells
- IPivotLines
- IPivotTable
- IPivotTables
- IPivotValueCell
- IProtectionSettings
- IQRCode
- IRange
- IRangeProvider
- IReadOnlySignatureDetails
- IRectangularGradient
- IRichText
- IScenario
- IScenarios
- ISheetTab
- ISheetTabs
- IShrinkToFitSettings
- ISignature
- ISignatureSet
- ISignatureSetup
- ISlicer
- ISlicerCache
- ISlicerCaches
- ISlicerItem
- ISlicerItems
- ISlicerPivotTables
- ISlicers
- ISort
- ISortField
- ISortFields
- ISparkAxes
- ISparkColor
- ISparkHorizontalAxis
- ISparkline
- ISparklineGroup
- ISparklineGroups
- ISparkLineObject
- ISparkPoints
- ISparkVerticalAxis
- IStyle
- IStyleCollection
- ITable
- ITableColumn
- ITableColumns
- ITableDataSource
- ITableRow
- ITableRows
- ITables
- ITableStyle
- ITableStyleCollection
- ITableStyleElement
- ITableStyleElements
- ITextRun
- ITheme
- IThemeColor
- IThemeColorScheme
- IThemeFont
- IThemeFonts
- IThemeFontScheme
- ITop10
- IUniqueValues
- IValidation
- IValueSortField
- IVPageBreak
- IVPageBreaks
- IWebRequestHandler
- IWorkbook
- IWorkbookView
- IWorksheet
- IWorksheets
- IWorksheetView
-
- GrapeCity.Documents.Excel.Drawing
- GrapeCity.Documents.Excel.Expressions
- GrapeCity.Documents.Excel.Forms
-
GrapeCity.Documents.Excel
(Showing Draft Content)
GrapeCity.Documents.Excel.IWorkbook.Save
Save Method
Save(string)
Saves the workbook to the disk.
Declaration
void Save(string fileName)
Sub Save(fileName As String)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name. |
Save(string, string, SaveOptions)
Saves data to the specified excel file.
Declaration
void Save(string fileName, string password = null, SaveOptions saveOptions = null)
Sub Save(fileName As String, Optional password As String = Nothing, Optional saveOptions As SaveOptions = Nothing)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | The excel file. |
| string | password | The password of the file. |
| SaveOptions | saveOptions | Options for saving. |
Save(Stream)
Saves the workbook to the stream.
Declaration
void Save(Stream fileStream)
Sub Save(fileStream As Stream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | fileStream | The file stream. |
Save(Stream, string, SaveOptions)
Saves data to the specified excel file stream.
Declaration
void Save(Stream fileStream, string password = null, SaveOptions saveOptions = null)
Sub Save(fileStream As Stream, Optional password As String = Nothing, Optional saveOptions As SaveOptions = Nothing)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | fileStream | The file stream. |
| string | password | The password of the file. |
| SaveOptions | saveOptions | Options for saving. |
Save(string, SaveFileFormat)
Saves the specified format file.
Declaration
void Save(string fileName, SaveFileFormat fileFormat)
Sub Save(fileName As String, fileFormat As SaveFileFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | The specified file. |
| SaveFileFormat | fileFormat | The format of the file. |
Save(Stream, SaveFileFormat)
Saves the specified format file stream.
Declaration
void Save(Stream fileStream, SaveFileFormat fileFormat)
Sub Save(fileStream As Stream, fileFormat As SaveFileFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | fileStream | The specified file stream. |
| SaveFileFormat | fileFormat | The format of the file stream. |
Save(string, SaveOptionsBase)
Saves workbook to file with specified options.
Declaration
void Save(string fileName, SaveOptionsBase options)
Sub Save(fileName As String, options As SaveOptionsBase)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName | The specified file. |
| SaveOptionsBase | options | The options of saving the file. Possible types: |
Save(Stream, SaveOptionsBase)
Saves workbook to stream with specified options.
Declaration
void Save(Stream fileStream, SaveOptionsBase options)
Sub Save(fileStream As Stream, options As SaveOptionsBase)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | fileStream | The specified file stream. |
| SaveOptionsBase | options | The options of saving the file stream. Possible types: |