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

IDocumentInfo Interface

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

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v19.2.dll

Declaration

public interface IDocumentInfo

The following members return IDocumentInfo objects:

Remarks

The IDocumentInfo interface is a simple structure holding information about an office document currently opened on the server by using the DevExpress ASP.NET Spreadsheet or RichEdit.

See Also