Back to Devexpress

SpreadsheetBehaviorOptions.Column Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetbehavioroptions-39e53067.md

latest1.8 KB
Original Source

SpreadsheetBehaviorOptions.Column Property

Specifies whether column operations are permitted.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public virtual SpreadsheetColumnBehaviorOptions Column { get; }
vb
Public Overridable ReadOnly Property Column As SpreadsheetColumnBehaviorOptions

Property Value

TypeDescription
SpreadsheetColumnBehaviorOptions

A SpreadsheetColumnBehaviorOptions object that provides access to options specifying the document’s capability to perform different operations over columns.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Column
SpreadsheetControlOptions

.Behavior .Column

|

See Also

Row

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.XtraSpreadsheet Namespace