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

Declaration

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

Property Value

Type Default Description
DocumentUnit **Document**

The DocumentUnit enumeration member.

See Also