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.v20.2.dll

NuGet Package: 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