Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SpreadSerializer Class / IsSpreadXmlFile Method / IsSpreadXmlFile(String) Method
Path and file name to consider as a source of Spread XML


In This Topic
    IsSpreadXmlFile(String) Method
    In This Topic
    Determines whether the specified file contains a top-level Spread XML node.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsSpreadXmlFile( _
       ByVal fileName As String _
    ) As Boolean
    'Usage
     
    
    Dim fileName As String
    Dim value As Boolean
     
    value = SpreadSerializer.IsSpreadXmlFile(fileName)
    public static bool IsSpreadXmlFile( 
       string fileName
    )

    Parameters

    fileName
    Path and file name to consider as a source of Spread XML
    See Also