Back to Devexpress

SpreadsheetSelectionOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-10d09f60.md

latest1.8 KB
Original Source

SpreadsheetSelectionOptions Class

Contains options affecting cell selection in the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetSelectionOptions :
    SpreadsheetNotificationOptions
vb
<ComVisible(True)>
Public Class SpreadsheetSelectionOptions
    Inherits SpreadsheetNotificationOptions

The following members return SpreadsheetSelectionOptions objects:

Remarks

Access the SpreadsheetSelectionOptions instance via the SpreadsheetControl.Options.Behavior.Selection notation.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetSelectionOptions

See Also

SpreadsheetSelectionOptions Members

DevExpress.XtraSpreadsheet Namespace