Back to Devexpress

SpreadsheetControl.Options Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-95a92023.md

latest1.5 KB
Original Source

SpreadsheetControl.Options Property

Provides access to the variety of options which can be specified for the document loaded into the SpreadsheetControl and the control itself.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[DXCategory("Options")]
public SpreadsheetControlOptions Options { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property Options As SpreadsheetControlOptions

Property Value

TypeDescription
SpreadsheetControlOptions

A SpreadsheetControlOptions object.

|

Remarks

Use the Options property as an entry point to get access to SpreadsheetControl’s options and options of the workbook loaded in the control.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace