Skip to main content

SpreadsheetCellOptions Class

Contains various options which can be specified for worksheet cells.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

The following members return SpreadsheetCellOptions objects:

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