Back to Devexpress

DocumentOptions.Cells Property

officefileapi-devexpress-dot-spreadsheet-dot-documentoptions-63e35525.md

latest1.5 KB
Original Source

DocumentOptions.Cells Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetCellOptions Cells { get; }
vb
Public ReadOnly 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
ISpreadsheetComponent

.Options .Cells

|

See Also

DocumentOptions Class

DocumentOptions Members

DevExpress.Spreadsheet Namespace