Skip to main content

SpreadsheetImages.Reset() Method

Returns the SpreadsheetImages object to its original state.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override void Reset()

Remarks

Use the Reset method to clear any explicitly defined properties and reset the SpreadsheetImages object to its original (that is, default) state.

See Also