C1.Web.Mvc.Sheet Namespace / FlexSheetHelper Class / Save Method
Whether the operation is success
The error message

In This Topic
Save Method
In This Topic
Gets the FlexSheetSaveResponse instance with save result.
Syntax
'Declaration
 
Public Shared Function Save( _
   Optional ByVal success As Boolean, _
   Optional ByVal error As String _
) As FlexSheetSaveResponse
 

Parameters

success
Whether the operation is success
error
The error message

Return Value

The response data
See Also