Back to Devexpress

SpreadsheetViewOptions Members

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetviewoptions-dot-underscore-members.md

latest6.0 KB
Original Source

SpreadsheetViewOptions Members

Provides access to a set of display settings of the SpreadsheetControl.

Constructors

NameDescription
SpreadsheetViewOptions()Initializes a new instance of the SpreadsheetViewOptions class with the default settings.

Properties

NameDescription
BackColorGets or sets the SpreadsheetControl’s background color when a worksheet’s visible area is restricted.
ChartsGets options specific to chart display in the SpreadsheetControl.
ColumnHeaderHeightGets or sets the height of the column headers in pixels.
PicturesProvides access to options specific for displaying pictures in the spreadsheet.
RowHeaderWidthGets or sets the width of the row headers in pixels.
ShowColumnHeadersGets or sets a value indicating whether column headers are displayed in the SpreadsheetControl.
ShowPlaceholdersGets or sets whether to display placeholders for unsupported document elements (charts, slicers, ActiveX controls, and SmartArt graphics).
ShowPrintAreaGets or sets whether the printable area of the worksheet is displayed with a dashed border.
ShowRowHeadersGets or sets a value indicating whether row headers are displayed in the SpreadsheetControl.
UseFontSubstitutionGets or sets whether to use font substitution to display characters that are missing in the current font.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

See Also

SpreadsheetViewOptions Class

DevExpress.XtraSpreadsheet Namespace