wpf-devexpress-dot-xpf-dot-spreadsheet-86e31403.md
Contains various options which can be specified for worksheet cells.
Namespace : DevExpress.Xpf.Spreadsheet
Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll
NuGet Package : DevExpress.Wpf.Spreadsheet
public class SpreadsheetCellOptions :
SpreadsheetOptionsBase<SpreadsheetCellOptions>
Public Class SpreadsheetCellOptions
Inherits SpreadsheetOptionsBase(Of SpreadsheetCellOptions)
The following members return SpreadsheetCellOptions objects:
To access the SpreadsheetCellOptions class instance, use the SpreadsheetControlOptions.Cells property.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetCellOptions> SpreadsheetCellOptions
See Also