aspnet-devexpress-dot-web-dot-aspxspreadsheet-dot-aspxspreadsheet-e4c006ee.md
Saves the active document in its original format at its original location.
Namespace : DevExpress.Web.ASPxSpreadsheet
Assembly : DevExpress.Web.ASPxSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Web.Office
public void Save()
Public Sub Save
Call the Save method to initiate a save operation for the active document. The method invokes the Saving event, which allows you to implement custom saving logic. If you do not handle the event (the e.Handled property is not set to true), the control processes the document in the following ways:
See Also