Back to Devexpress

SpreadsheetControlOptions.Cells Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontroloptions-73d20241.md

latest1.5 KB
Original Source

SpreadsheetControlOptions.Cells Property

Provides access to the options that can be specified for worksheet cells.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetCellOptions Cells { get; set; }
vb
Public Property Cells As SpreadsheetCellOptions

Property Value

TypeDescription
SpreadsheetCellOptions

A SpreadsheetCellOptions class instance that provides access to various cell options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Cells
SpreadsheetControl

.Options .Cells

|

See Also

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.Xpf.Spreadsheet Namespace