Skip to main content
Row

DocumentFormat(Int32) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DocumentFormat(
    int value
)

Parameters

Name Type Description
value Int32

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

See Also