| SubmitToExcel Method |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public static byte[] ToExcel(
int formid,
bool exportHeaders,
int pageid
)
Public Shared Function ToExcel (
formid As Integer,
exportHeaders As Boolean,
pageid As Integer
) As Byte()
Parameters
- formid
- Type: SystemInt32
- exportHeaders
- Type: SystemBoolean
- pageid
- Type: SystemInt32
Return Value
Type:
ByteSee Also