SpreadsheetCellOptions Class
Contains various options which can be specified for worksheet cells.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[ComVisible(true)]
public class SpreadsheetCellOptions :
SpreadsheetNotificationOptions,
ISupportsCopyFrom<SpreadsheetCellOptions>
Related API Members
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