SpreadsheetViewOptions.Pictures Property
Provides access to options specific for displaying pictures in the spreadsheet.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraSpreadsheet.SpreadsheetPicturesViewOptions | A DevExpress.XtraSpreadsheet.SpreadsheetPicturesViewOptions object containing options. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Pictures |
---|---|
SpreadsheetControlOptions |
|
Remarks
Use the SpreadsheetControl.Options.View.Pictures notation to get access to the Pictures instance.
See Also