VerticalGridExtension.WriteXlsx(VerticalGridSettings, Object, Stream) Method
In This Article
Exports the VerticalGrid’s data to a stream in XLSX format.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static void WriteXlsx(
VerticalGridSettings settings,
object dataObject,
Stream stream
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Vertical |
A Vertical |
data |
Object | An object representing the Vertical |
stream | Stream | A Stream object to which the data is exported. |
See Also