officefileapi-devexpress-dot-xtraspreadsheet-da516f33.md
Provides access to options specifying the encryption parameters.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetProtectionOptions :
SpreadsheetNotificationOptions,
ISupportsCopyFrom<SpreadsheetProtectionOptions>
<ComVisible(True)>
Public Class SpreadsheetProtectionOptions
Inherits SpreadsheetNotificationOptions
Implements ISupportsCopyFrom(Of SpreadsheetProtectionOptions)
The following members return SpreadsheetProtectionOptions objects:
An instance of the SpreadsheetProtectionOptions class is accessible using the DocumentOptions.Protection property.
DevExpress.Office.ISupportsCopyFrom<SpreadsheetProtectionOptions>
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetProtectionOptions
See Also