Skip to main content
A newer version of this page is available. .

SpreadsheetControl.Unit Property

Gets or sets a unit of measure used in the workbook.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

[DefaultValue(DocumentUnit.Document)]
[DXCategory("Layout")]
public DocumentUnit Unit { get; set; }

Property Value

Type Default Description
DocumentUnit Document

The DocumentUnit enumeration member.

See Also