Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetCellOptions Class

Contains various options which can be specified for worksheet cells.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[ComVisible(true)]
public class SpreadsheetCellOptions :
    SpreadsheetNotificationOptions,
    ISupportsCopyFrom<SpreadsheetCellOptions>

Remarks

To access the SpreadsheetCellOptions object, use the DocumentOptions.Cells property. For WinForms and WPF Spreadsheet controls, you can also use SpreadsheetControl.Options.Cells notation.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetCellOptions
See Also