In This Topic
Processes the SaveExcel command in the Spread component.
Syntax
'Declaration
Protected Sub OnSaveExcel( _
ByVal () As String _
)
'Usage
Dim instance As FpSpread
Dim args() As String
instance.OnSaveExcel(args)
protected void OnSaveExcel(
string[]
)
Parameters
- args
- args[0]: SaveExcel args[1]: Password
See Also