Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / OnSaveExcel Method
args[0]: SaveExcel args[1]: Password


In This Topic
    OnSaveExcel Method
    In This Topic
    Processes the SaveExcel command in the Spread component.
    Syntax
    'Declaration
     
    
    Protected Sub OnSaveExcel( _
       ByVal args() As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim args() As String
     
    instance.OnSaveExcel(args)
    protected void OnSaveExcel( 
       string[] args
    )

    Parameters

    args
    args[0]: SaveExcel args[1]: Password
    See Also