ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / Save Method / Save(String) Method

In This Topic
    Save(String) Method
    In This Topic
    Saves the current spreadsheet data to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal filePath As String _
    ) 
    public void Save( 
       string filePath
    )

    Parameters

    filePath
    Remarks
    Permissions to write to the specified file are Demanded.
    See Also