Back to Devexpress

SpreadsheetExtension.Open(String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-spreadsheetextension-dot-open-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

SpreadsheetExtension.Open(String) Method

Opens the specified file.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public SpreadsheetExtension Open(
    string filePath
)
vb
Public Function Open(
    filePath As String
) As SpreadsheetExtension

Parameters

NameTypeDescription
filePathString

A string value specifying the path to the file to open within the Spreadsheet.

|

Returns

TypeDescription
SpreadsheetExtension

A SpreadsheetExtension object representing the Spreadsheet extension.

|

See Also

SpreadsheetExtension Class

SpreadsheetExtension Members

DevExpress.Web.Mvc Namespace