[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.LoadXmlInputMapFile

LoadXmlInputMapFile Method

LoadXmlInputMapFile(string, OperationMode)

Loads the XML input map file using the specified operation mode.

Declaration
public void LoadXmlInputMapFile(string fileName, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(fileName As String, operationMode As OperationMode)
Parameters
Type Name Description
string fileName

Name of the file.

OperationMode operationMode

The operation mode.

LoadXmlInputMapFile(Stream, OperationMode)

Loads the XML input map file using the specified operation mode.

Declaration
public void LoadXmlInputMapFile(Stream stream, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(stream As Stream, operationMode As OperationMode)
Parameters
Type Name Description
Stream stream

The stream of the file.

OperationMode operationMode

The operation mode.

LoadXmlInputMapFile(string, InputMapMode, OperationMode)

Loads the XML input map file using the specified input map mode and operation mode.

Declaration
public void LoadXmlInputMapFile(string fileName, InputMapMode inputMapMode, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(fileName As String, inputMapMode As InputMapMode, operationMode As OperationMode)
Parameters
Type Name Description
string fileName

Name of the file.

InputMapMode inputMapMode

The input map mode.

OperationMode operationMode

The operation mode.

LoadXmlInputMapFile(Stream, InputMapMode, OperationMode)

Loads the XML input map file using the specified input map mode and operation mode.

Declaration
public void LoadXmlInputMapFile(Stream stream, InputMapMode inputMapMode, OperationMode operationMode)
Public Sub LoadXmlInputMapFile(stream As Stream, inputMapMode As InputMapMode, operationMode As OperationMode)
Parameters
Type Name Description
Stream stream

Stream of the file.

InputMapMode inputMapMode

The input map mode.

OperationMode operationMode

The operation mode.

LoadXmlInputMapFile(string)

Loads the XML input map file.

Declaration
public void LoadXmlInputMapFile(string fileName)
Public Sub LoadXmlInputMapFile(fileName As String)
Parameters
Type Name Description
string fileName

Name of the file.

LoadXmlInputMapFile(Stream)

Loads the XML input map file.

Declaration
public void LoadXmlInputMapFile(Stream stream)
Public Sub LoadXmlInputMapFile(stream As Stream)
Parameters
Type Name Description
Stream stream

The file stream.