Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OpenSpreadFile Method
Path and name of the file to open


In This Topic
    OpenSpreadFile Method (SheetView)
    In This Topic
    Opens a saved Spread file into this sheet.
    Syntax
    'Declaration
     
    
    Public Function OpenSpreadFile( _
       ByVal fileName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim fileName As String
    Dim value As Boolean
     
    value = instance.OpenSpreadFile(fileName)
    public bool OpenSpreadFile( 
       string fileName
    )

    Parameters

    fileName
    Path and name of the file to open
    See Also