officefileapi-devexpress-dot-xtraspreadsheet-260f8076.md
Contains various options which can be specified for worksheet cells.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetCellOptions :
SpreadsheetNotificationOptions,
ISupportsCopyFrom<SpreadsheetCellOptions>
<ComVisible(True)>
Public Class SpreadsheetCellOptions
Inherits SpreadsheetNotificationOptions
Implements ISupportsCopyFrom(Of SpreadsheetCellOptions)
The following members return SpreadsheetCellOptions objects:
To access the SpreadsheetCellOptions object, use the DocumentOptions.Cells property. For WinForms and WPF Spreadsheet controls, you can also use SpreadsheetControl.Options.Cells notation.
DevExpress.Office.ISupportsCopyFrom<SpreadsheetCellOptions>
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetCellOptions
See Also