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

IDocumentInfo Interface

Declares members to store information about an open spreadsheet and to operate it on the server (to close or save a copy).

Namespace: DevExpress.Web.Office

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

NuGet Package: DevExpress.AspNetCore.Core

Declaration

public interface IDocumentInfo

Remarks

The IDocumentInfo interface is a simple structure holding information about a spreadsheet currently opened on the server.

See Also