Skip to main content
A newer version of this page is available. .

SpreadsheetCellOptions Class

Contains various options which can be specified for worksheet cells.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public class SpreadsheetCellOptions :
    SpreadsheetOptionsBase<SpreadsheetCellOptions>

The following members return SpreadsheetCellOptions objects:

Remarks

To access the SpreadsheetCellOptions class instance, use the SpreadsheetControlOptions.Cells property.

Inheritance

Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetCellOptions>
SpreadsheetCellOptions
See Also