Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DocumentFormat(Int32) Constructor

Initializes a new instance of the DocumentFormat structure with the specified value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

public DocumentFormat(
    int value
)

Parameters

Name Type Description
value Int32

An integer value specifying the initial value for the document format.

See Also